Created
December 11, 2014 22:04
-
-
Save lakenen/e5fd1d8d2b986f0c019c to your computer and use it in GitHub Desktop.
ipv4 to ipv6 ssh proxy
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
# you probably need to install socat on your proxy host first | |
Host ipv6_host | |
User ipv6_user | |
IdentityFile ~/.ssh/id_rsa | |
ForwardAgent yes | |
ProxyCommand ssh -q -A ipv4_user@ipv4_proxy socat STDIO TCP:ipv6_host:22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment