使用ssh-copy-id输入密码后提示Permission denied, please try again.
问题
在配置免密登录时,ssh-copy-id输入密码后提示Permission denied, please try again.如图
解决办法
1、修改ssh配置文件
命令:root@ubuntu:~# vim /etc/ssh/sshd_config
①将PermitRootLogin prohibie-password 修改为:PermitRootLogin yes
②将PasswordAuthentication 后修改为yes
2、重启ssh