shudai

---登陆跳板机

#ssh -i ./test.pub user@10.0.0.44 -p4333 -v

---把跳板机的文件拷贝下来

#scp -P 4333 -i ./vv/test.pub user@10.0.0.44:~/test.html .

---把跳板机文件拷贝到服务器

#scp -r -i .ssh/id_rsa $1 deploy@10.0.0.40:~/

分类:

技术点:

相关文章:

  • 2021-10-27
  • 2022-12-23
  • 2021-11-04
  • 2021-08-02
  • 2021-11-14
猜你喜欢
  • 2022-01-11
  • 2022-02-05
  • 2021-11-14
  • 2021-08-05
  • 2021-08-14
  • 2021-11-16
相关资源
相似解决方案