ssh - Linux密钥登录问题
高洛峰
高洛峰 2017-04-17 12:03:38
0
1
450

能否对Linux服务器实现这样的登录需求:普通用户可以使用密码验证登录;一个特殊用户必须采用ssh密钥文件进行登录。
我在sshd_config配置文件中发现PasswordAuthentication yesPubkeyAuthentication yes都是针对所有用户的

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

répondre à tous(1)
Ty80

sshd_config末尾添加:

Match User username
PasswordAuthentication no

注意为什么是在末尾加?是因为 Match语法一直匹配到下一个Match 或者文件末尾
这里面如果有其他配置的话 都只针对此Match生效

如果是针对一个组

Match Group groupname
PasswordAuthentication no

如果是反过来,只有某用户可以使用密码登录,其他用户都不可以

Match User !username
PasswordAuthentication no
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!