Skip to content

Instantly share code, notes, and snippets.

@truncs
Created August 21, 2018 23:52
Show Gist options
  • Save truncs/a7ee0a1c0814d4a8ca3d4fbec1c4ecf9 to your computer and use it in GitHub Desktop.
Save truncs/a7ee0a1c0814d4a8ca3d4fbec1c4ecf9 to your computer and use it in GitHub Desktop.
SSH ipv6 tunneling
Host Target
User aditya
IdentityFile ~/.ssh/id_rsa
ForwardAgent yes
ProxyCommand ssh -q -A aditya@<proxy_ip> socat STDIO TCP6:<dest_ip>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment