Armin
迷茫的话 TRY AGAIN 多少次都能重新再来
摘要: 解决ssh配置无密码登录后 又出现输入密码的情况--hadoop集群配置主机ip:192.168.163.100(hostname: node0)ssh无密码登陆的远程机ip:192.168.163.101(hostname: node1)首先要修改主机 和ssh连接到的远程机 的配置文件:vi /etc/ssh/sshd_config(要确保这些字符前无注释符号“#”)RSAAuthentication yesPubkeyAuthentication yesAuthorizedKeysFile .ssh/authorized_keysPasswordAuthentication yesPei 阅读全文
posted @ 2013-02-07 11:23 Armin 阅读(279) 评论(0) 推荐(0)