Skip to content

Instantly share code, notes, and snippets.

@Demacr
Last active May 14, 2020 15:04
Show Gist options
  • Save Demacr/ce6eadfaaad70a5cf76621c57eae214f to your computer and use it in GitHub Desktop.
Save Demacr/ce6eadfaaad70a5cf76621c57eae214f to your computer and use it in GitHub Desktop.
SSHoSSH proxy
ssh $USERNAME@$DESTINATION -o StrictHostKeyChecking=no -o ProxyCommand="ssh -W %h:%p -q $USERNAME@$PROXY_SSH_SERVER"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment