Created
July 31, 2018 20:29
-
-
Save sysbot/2f22f1c5d0d5922d5b975dd3f06ae580 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Host bastion-* | |
| ProxyCommand none | |
| User bao | |
| ForwardAgent yes | |
| Tunnel no | |
| SendEnv LANG LC_* | |
| HashKnownHosts no | |
| Compression yes | |
| ServerAliveInterval 600 | |
| UserKnownHostsFile ~/.ssh/known_hosts | |
| ControlMaster auto | |
| ControlPath /tmp/ssh-%r@%h:%p | |
| ControlPersist yes | |
| Host airflow* | |
| ProxyCommand ssh bastion nc -q0 %h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment