Answer the question
In order to leave comments, you need to log in
How to make a Reverse SSH connection to a remote host through an intermediate SSH server specifying only the IP and Port in the SSH client?
Recently I have been practicing with Reverse SSH connection and found that I cannot connect to a remote host with any of the popular SSH clients from a Windows host.
The setup is the following:
ssh -p 1111 -R 1111:localhost:22 [email protected]
ssh [email protected] -p 1111
ssh -A -tt -p 2222 [email protected] 'ssh [email protected] -p 1111'
ssh -A -tt -p 2222 [email protected] 'ssh [email protected] -p 1111'
in any other SSH client? For example, MobaXterm with very convenient SFTP or good old PuTTY require only the IP and Port fields to be filled in.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question