Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created April 15, 2015 07:23
Show Gist options
  • Save yuuichi-fujioka/2dbb3998bb92311648bc to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/2dbb3998bb92311648bc to your computer and use it in GitHub Desktop.
ansible via a springboard server
[ssh_connection]
ssh_args = -F ssh_config
Host *
ProxyCommand ssh -W %h:%p -w 120 foo@spring_board
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment