Alfred Shen
My world, my two cents....
Monday, October 11, 2010
Setup ssh tunnel
ssh -f -t -L <locl_port>:<remote_host>:<remote_port>
<user_login>@<gateway_server>
2 comments:
alfredcs2
said...
Make sure to set
AllowTcpForwarding yes
in sshd_config
November 4, 2010 at 4:25 PM
alfredcs2
said...
This comment has been removed by the author.
November 4, 2010 at 4:25 PM
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
2 comments:
Make sure to set
AllowTcpForwarding yes
in sshd_config
Post a Comment