Skip to content

Instantly share code, notes, and snippets.

@sysbot
Created July 31, 2018 20:29
Show Gist options
  • Select an option

  • Save sysbot/2f22f1c5d0d5922d5b975dd3f06ae580 to your computer and use it in GitHub Desktop.

Select an option

Save sysbot/2f22f1c5d0d5922d5b975dd3f06ae580 to your computer and use it in GitHub Desktop.
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