标签:style color ar sp strong on 2014 问题 log
一台机器ssh 免密码老是不成功。后来重新安装了openssh,但是报错:
bash: ssh: 未找到命令...
相似命令是: ‘sh‘
执行: yum install openssh-clients ok:
但是ssh 面密码还是不行,后来查看log(/var/log/secure)。测试。运行一下ok
ssh-keygen -t rsa
[root@air00 .ssh]# chmod g-w /root
[root@air00 .ssh]# chmod 700 /root/.ssh
[root@air00 .ssh]# chmod 600 /root/.ssh/authorized_keys
[root@air00 .ssh]# ssh air00
Last login: Tue Nov 4 13:05:03 2014 from 192.168.119.1
[root@air00 ~]#
标签:style color ar sp strong on 2014 问题 log
原文地址:http://my.oschina.net/u/1388024/blog/340527