sexevil 发表于 2018-7-29 12:21:34

ansible jumper

  cat /opt/test/id_rsa
  本机a
  cat /opt/testhou/id_rsa
  外网b 119.*.*.*
  cat /opt/test/config
  host jumper
  User root
  HostName 119.*.*.*
  IdentityFile /opt/test/id_rsa
  PasswordAuthentication no
  Protocol 2
  ServerAliveInterval 30
  Host 10.*
  ForwardAgent yes
  ProxyCommand ssh -W %h:%p -F /opt/test/config jumper
  Usertomcat
  IdentityFile/opt/testhou/id_rsa
  cat /home/fabu/c.sh
  scp -F /opt/test/config -r *.wartomcat@10.*.*.*:/home/test/
  ssh -F /opt/test/config tomcat@10.*.*.* sh /home/test/c.sh servicename
  ansible可以测试下
页: [1]
查看完整版本: ansible jumper