SshLocalPortForward
howto bind local ports to remote ports
local port forward
bind local 3336 port to remote 'localhost' 3306 port$ ssh -L3336:localhost:3306 myremoteusername@remote.server
REFERRERS
SshPortForward
$ ssh -L3336:localhost:3306 myremoteusername@remote.server