After update Mac OS Sierra, Can not use ssh login remote system,how can I fix this?

前端 未结 8 2770
醉酒成梦
醉酒成梦 2021-02-07 01:34

when I use user@ip to login remote system, it report like this:

debug1: /etc/ssh/ssh_config line 17: Applying options for *
/etc/ssh/ssh_config: lin         


        
8条回答
  •  遥遥无期
    2021-02-07 01:53

    Fix for SSH 10.12:

    sudo nano /etc/ssh/ssh_config
    

    Comment out with a #:

    • GSSAPIKeyExchange no
    • GSSAPITrustDNS no
    • type Control+o
    • type Control+x

提交回复
热议问题