ssh tunnel: listening on the ssh server [migrated]
Here is what I am trying to do:
ssh me@server1 4000:server2:4000
With this command, I can connect to server2:4000 by connecting to localhost:4000
What I want to do is to connect on server1:4000
Is there a way to do that ?
Thanks
Continue reading ssh tunnel: listening on the ssh server [migrated]