互信问题

一、复制key值的时候要

$ cat .ssh/id_rsa.pub

否则打开id_rsa.pub 文件复制到内容不是单独的一行,肯定不行的。

二、在远程主机上新建的认证文件权限为600

$ chmod 600 .ssh/authorized_keys

三、ldap  轻量级目录访问协议(就是目录的权限)

$ chmod 755 /home/用户的家目录

$ chmod 700 /home/用户的家目录/.ssh

四、ssh的配置文件设置

$ vim /etc/ssh/sshd.conf

RSAAuthentication yes

PubkeyAuthentication yes


你可能感兴趣的:(key值,互信的,配置文件设置)