prometheus Posted September 29, 2006 Report Share Posted September 29, 2006 hiho@lli'm using a prog to work with a databasethis prog is able to tunnel the queries through sshbut i only can tunnel over 1 hostwhat i now would need is tunneling over 2 ssh hostsanybody knows a ssh proxy software which i can use to tunnel those request over more than one host?how it currently works:the db manager connects to ssh server and tunnels the queries and results through sshwhat i need:the db manager connects to a ssh server, then connects to another ssh server and then to the databasein the end i think it will work like this:db manager connects to localhost (the proxy) and tries to connecto the second ssh server, which is tunneld through the first ssh server (by the proxy)so what i need is the ssh proxy which can do thisany suggestions? Quote Link to comment Share on other sites More sharing options...
prometheus Posted September 29, 2006 Author Report Share Posted September 29, 2006 well, i have the answer to my questionputty is able to proxy connections1. load the session data in putty for ssh server12. in the session options (the left pane) go to Connection->SSH->Tunnels3. in source port enter the localhost port and in destination enter host:port to connect to ssh host2 and use the add button to add the tunnel to session4. start putty session (click on "open" button)thx@ll Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.