|
tcp tunnel with ssh
protocols and client configuration
simple clients
|
|
telnet
$ ssh -L 4711:telnetserv.uni-gabelburg.local:23 gateway.uni.gabelburg.de
$ telnet localhost 4711
scp/ssh/sftp
$ ssh -L 4711:fileserv.uni-gabelburg.local:22 gateway.uni.gabelburg.de
$ scp -p 4711 /campus/physik/weltformel.ppt hiwi@localhost:/home/hiwi/
$ scp -p 4711 hiwi@localhost:/home/hiwi/adressbook.txt /tmp/
$ ssh -p 4711 localhost
$ sftp -oPort=4711 localhosts
http
$ ssh -L 3128:proxy.uni-gabelburg.local:3128 gateway.uni.gabelburg.de
ica/rdp
$ ssh -L 1494:citrix.uni-gabelburg.local:1494 gateway.uni.gabelburg.de
$ ssh -L 3389:xpserv.uni-gabelburg.local:3389 gateway.uni.gabelburg.de