[PLUG] Wireless local network

Larry Brigman larry.brigman at gmail.com
Tue Feb 25 16:45:28 UTC 2014


On Tue, Feb 25, 2014 at 12:38 AM, Mike C. <mconnors1 at gmail.com> wrote:

>
> ....
> ssh -vg -L 2022:localhost:2222 user at 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 at remotepc:2222
or
ssh -v -p 2222 user at remotepc



More information about the PLUG mailing list