Skip to content

Instantly share code, notes, and snippets.

@lakenen
Created December 11, 2014 22:04
Show Gist options
  • Save lakenen/e5fd1d8d2b986f0c019c to your computer and use it in GitHub Desktop.
Save lakenen/e5fd1d8d2b986f0c019c to your computer and use it in GitHub Desktop.
ipv4 to ipv6 ssh proxy
# 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