You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a home server that isn't setup for IPV6. I can connect with ssh ddxv@home from both CLI and using sshtunnel (actually, I use sshtunnel quite a bit, just simplifying it here). When I'm out and about I sometimes have trouble using ssh when my connection requires IPV6. From the command line this is fixed by doing ssh -4 ddxv@home which defaults to IPV4.
For sshtunnel when I try to connect it will do the 2min of attempting IPV6 and eventually fallback to IPV4 but this is a pretty long time when trying to use scripts or for coding.
Is there a way to tell sshtunnel to only use IPV4 like ssh -4 ?
The text was updated successfully, but these errors were encountered:
Hello, I have a home server that isn't setup for IPV6. I can connect with
ssh ddxv@home
from both CLI and usingsshtunnel
(actually, I usesshtunnel
quite a bit, just simplifying it here). When I'm out and about I sometimes have trouble using ssh when my connection requires IPV6. From the command line this is fixed by doingssh -4 ddxv@home
which defaults to IPV4.For
sshtunnel
when I try to connect it will do the 2min of attempting IPV6 and eventually fallback to IPV4 but this is a pretty long time when trying to use scripts or for coding.Is there a way to tell
sshtunnel
to only use IPV4 likessh -4
?The text was updated successfully, but these errors were encountered: