On Tue, Feb 25, 2014 at 12:38 AM, Mike C. <[email protected]> wrote:

>
> ....
> ssh -vg -L 2022:localhost:2222 user@remotepc
>
>
This is for tunneling a service that is not ssh and is firewalled or
otherwised has the port blocked.
Once the connection is established, Connections to port 2222 will be routed
through your ssh
connection to remotepc and back out to port 2222 on remotepc

It should be more like:
ssh -v user@remotepc:2222
or
ssh -v -p 2222 user@remotepc
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to