jackyshan

导航

 

本机上修改了mtu为1500

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
posted on 2016-05-03 23:03  jackyshan  阅读(2433)  评论(0编辑  收藏  举报