远程登录

1、ssh <username>@<IP>

    eg:ssh root@10.20.30.255

2、输入密码就OK

远程拷贝

1、scp -r <username>@<ip>:path localpath

    eg:scp -r root@10.20.30.255:/home/styuan/foo ./styuan

2、输入密码就OK

 

相关文章:

  • 2021-05-26
  • 2021-11-09
  • 2021-11-30
  • 2021-11-19
  • 2021-12-07
  • 2021-06-02
  • 2021-05-18
猜你喜欢
  • 2021-12-18
  • 2021-07-18
  • 2021-12-26
  • 2022-12-23
  • 2021-10-11
  • 2021-07-09
  • 2021-10-22
相关资源
相似解决方案