ssh scp出现 Permission denied (publickey,gssapi-with-mic,gssapi-keyex)问题
修改目标服务器中 /etc/ssh/sshd_config 中的参数:
将PasswordAuthentication no中的“no”改为yes,如果有注释,将注释去掉
之后service sshd restart
重启sshd服务就可以了。
修改目标服务器中 /etc/ssh/sshd_config 中的参数:
将PasswordAuthentication no中的“no”改为yes,如果有注释,将注释去掉
之后service sshd restart
重启sshd服务就可以了。