Created
August 21, 2018 23:52
-
-
Save truncs/a7ee0a1c0814d4a8ca3d4fbec1c4ecf9 to your computer and use it in GitHub Desktop.
SSH ipv6 tunneling
This file contains 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 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