Hi,
I would like to redirect ssh trafic from server1 to server2.
Imagine that I am currently at server1.
I now execute the following command:
ssh -L 29000:server2.here.com:22
name@server2.here.com
now from client1 I try:
ssh -p 29000 name@server1
and get a:
ssh: connect to host server1 port 29000: Connection refused
can anyone see me error ?
Thanks