User Tools

Site Tools


Sidebar






newpage

linux:network:ssh

This is an old revision of the document!


SSH

secure shell…

setup a tunnel

this creates a tunnel from local port 4950 to port 4949 on the remote machine, using a socket

ssh -L 4950:localhost:4949 -f -N -p222 -M -S /var/run/ssh_tunnel1.sock -o ExitOnForwardFailure=yes root@re.mo.te.IP
linux/network/ssh.1368290251.txt.gz · Last modified: 2013/05/11 18:37 by tkilla