可能是文件夹或者用户权限的问题
chmod 700 ~/.ssh/ chmod 700 /home/userName chmod 600 ~/.ssh/authorized_keys
例如,如果home下的用户目录是777就不行,700才行
root用户同样操作
如果还不行应该是ssh服务坏了
apt-get install openssh-client openssh-server
配置ssh免密码登录后还需要输入密码
最新推荐文章于 2024-08-27 02:48:04 发布
可能是文件夹或者用户权限的问题
chmod 700 ~/.ssh/ chmod 700 /home/userName chmod 600 ~/.ssh/authorized_keys
例如,如果home下的用户目录是777就不行,700才行
root用户同样操作
如果还不行应该是ssh服务坏了
apt-get install openssh-client openssh-server