sudo ifconfig en1 mtu 1200

vi .ssh/config

Host *
    ControlMaster auto
    ControlPath ~/.ssh/%h-%p-%r
    ControlPersist yes

ssh命令

ssh root@139.162.x.x -v
ssh -o GSSAPIAuthentication=no root@139.162.x.x -v
ssh -t root@139.162.x.x -p 22

相关文章: