ssh -2 -C -c blowfish-cbc -p 12345 -L 5910:localhost:5900 username@apogee.myhost.org
vncviewer -geometry 800x600 localhost:5910
Reverse Tunnel
ssh -2 -C -c blowfish-cbc -p 12345 -R 2002:localhost:80 username@apogee.myhost.org
now can use from host, wget http://localhost:2002
Tunnel
ssh -2 -C -c blowfish-cbc -p 12345 -L 2003:localhost:80 username@apogee.myhost.org
now can use from local pc, wget http://localhost:2002
SOCK Proxy Tunnel
ssh -D 8013 username@my.fuckin.host.org
now can set on firefox SOCK as localhost using port 8013