trying to setup a ssh tunnel on my ios device.
the tunnel quickly disconnects with this error:
Received userauth key ok Sending userauth public key signature Received userauth success User authenticated successfuly by public key Unable to listen for tunnel 127.0.0.100:3390:10.0.50.120:3389, error -17 Unable to resolve address for tunnel: 127.0.0.100:3390:10.0.50.120:3389: error -17 No channel to open, disconnecting Disconnection in progress Disconnecting
any ideas - note these same settings work on desktop
Hello Adrian04
I can see that the local address of your tunnel settings are 127.0.0.100, I have tested on our ssh tunnel and it doesn't seem to work with this address IP.
However, with 127.0.0.1 the connection works.
Is there a reason why you are using 127.0.0.100 over 127.0.0.1 ?
If you can confirm that you absolutely need to use 127.0.0.100, we will investigate this issue further.
Best Regards,
Johann Dufaud
yes i have changed to .1 and it works
Thanks
(thou in reality anything with a 127.x.x.x should work)