SSH

From DWIKI
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

FAQ

Ssh connecting is slow

Usually some DNS thing, try

UseDNS no

in sshd_config