/ Published in: Bash
URL: http://codesnippets.joyent.com/posts/show/995
Expand |
Embed | Plain Text
ssh -2 -f -C -N remoteuser@remoteserver.com -L 3307/127.0.0.1/3306 localport/localip/remoteport
You need to login to post a comment.
endorfin on 12/12/08
1 person have marked this snippet as a favorite
URL: http://codesnippets.joyent.com/posts/show/995
ssh -2 -f -C -N remoteuser@remoteserver.com -L 3307/127.0.0.1/3306 localport/localip/remoteport
You need to login to post a comment.