
easy ssh tunnel
Create a dynamic port forwarding socks proxy to a remote server via ssh: ssh -D port bind_server -l bind_user Access a remote service on a local lan behind a bind server via ssh forwarding: ssh bind_address -l bind_user -L port:host:hostport