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
Please, how do I change the loopback host to ::1 instead of 127.0.0.1
ssh -D ::1:19701 -p 2662 user@host
This is what I use on my macOS but It seems blink iOS commands are different.
Also, can I do port forwarding on as many ports as possible using the ipv6-loopback host ::1 instead of 127.0.0.1:10800
And how do I configure the following parameters or commands
KexAlgorithms=diffie-hellman-group1-sha1
ServerAliveInterval=15
ServerAliveCountMax=3
HostKeyAlgorithms=+ssh-rsa
ExitOnForwardFailure=yes
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Please, how do I change the loopback host to ::1 instead of 127.0.0.1
ssh -D ::1:19701 -p 2662 user@host
This is what I use on my macOS but It seems blink iOS commands are different.
Also, can I do port forwarding on as many ports as possible using the ipv6-loopback host ::1 instead of 127.0.0.1:10800
And how do I configure the following parameters or commands
KexAlgorithms=diffie-hellman-group1-sha1
ServerAliveInterval=15
ServerAliveCountMax=3
HostKeyAlgorithms=+ssh-rsa
ExitOnForwardFailure=yes
Beta Was this translation helpful? Give feedback.
All reactions