I can ssh to i with no problems.
I need to do the following:
from some other machine (client), i need to ssh to user somebody on server, but with ability to create a reverse tunnel.
I created a user somebody and ssh-ing to it works. but when i do
Code: Select all
ssh -l somebody -R 2222:localhost:22 server.mybox.orgCode: Select all
Warning: remote port forwarding failed for listen port 2222I guess it's some permission thing.
Help appreciated.




