English version Russian version Version française Nederlandse versie Versión española Version portuguese Version polonaise Italian version Versiunea româna   KiTTY News

KiTTY : Forum

Last modification : -

KiTTY web site




Forum Home
 

Connect Through Reverse tunnel SSH, Through a Dynamic tunnel SSH

Francois - Fri 10/03/2017 10:48:01 CET +0100

Hello,

I need to connect to isolatedServer.
1. isolated Server connect a reverse SSH tunnel (ssh -NR 22223:127.0.0.1:22 user@CentralServer)
2. I connect my PC a DynamicTunnel with the Central Server (D:9092)
3. Then, I want to connect my PC to the isolatedServer via DynamicTunnel and via ReverseSSHtunnel. But it doesn't work!
I use proxy socks5 127.0.0.1:9092, and connect to 127.0.0.1:22223
I think I need another parameter to be able to connect to the localCentralServer 127.0.0.1

Any idea?

fcois - Fri 10/03/2017 11:08:28 CET +0100

More information: It works when I do it from a unix Client. The problem comes from Kitty client.

I add the line in the .ssh/config
host isolated
     hostname 127.0.0.1
     port 22222
     user user
     proxycommand ssh -q CentralServer nc %h %p

Francois - Fri 10/03/2017 11:08:55 CET +0100

More information: It works when I do it from a unix Client. The problem comes from Kitty client.

I add the line in the .ssh/config
host isolated
     hostname 127.0.0.1
     port 22222
     user user
     proxycommand ssh -q CentralServer nc %h %p




Answer


The forum is actually closed