SSH

From DWIKI
Revision as of 15:30, 14 December 2009 by Tony (talk | contribs) (New page: =Tricks= ==Ssh tunnel== ssh -L localport:remotelanhost:remotelanport remotehost where '''remotelanhost''' is the host you want to connect to on the remote side and '''localport''' the p...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Tricks

Ssh tunnel

ssh -L localport:remotelanhost:remotelanport remotehost

where remotelanhost is the host you want to connect to on the remote side and localport the port you connect to on your side.