why ssh local forwarding of ssh traffic does not work?

I have a remote ssh server at remote.com. On my local host, I forward all the ssh traffic to it:

ssh -L 127.0.0.1:88:remote.com:22 

Now, when I do the following, ssh just hangs:

ssh user@127.0.0.1 -p 88

I thought traffic to 127.0.0.1:88 is forwarded to remote.com:22. Why does it hang?

5 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like