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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2023-03-22
  • 2022-01-24
  • 2022-12-23
  • 2021-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
  • 2021-09-04
  • 2022-12-23
  • 2021-10-20
相关资源
相似解决方案