mac ssh Could not establish connection to “10...*”: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
sudo vi /etc/ssh/ssh_config

修改
Host *
SendEnv LANG LC_*
PubkeyAuthentication no
PasswordAuthentication yes
之后ssh正常连接
ssh root@10.76.1.1
所有评论(0)