码迷,mamicode.com
首页 > 其他好文 > 详细

centos7 ssh 设置key认证

时间:2016-06-01 01:34:00      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:

vi /etc/ssh/sshd_config

查找RSAAuthentication、StrictModes、PubkeyAuthentication、AuthorizedKeysFile把所在行修改为:

RSAAuthentication yes
StrictModes no
PubkeyAuthentication yes
AuthorizedKeysFile .ssh/authorized_keys

重启SSH服务

systemctl restart sshd.service


然后用xshell或者linux自己的keygen生成私钥和公钥,把公钥拷贝到/root/.ssh/authorized_keys即可

centos7 ssh 设置key认证

标签:

原文地址:http://www.cnblogs.com/juandx/p/5548218.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!