Linux: SSH Tunneling
ssh -L 10001:localhost:3689 fredrik@http://ift.tt/1JyvNk1
Start a tunnel from here (where we write the command) on port 10001, then go to http://ift.tt/1JyvNk1 as user fredrik and end the tunnel at a host called localhost on port 3689 over there.
ssh -L 10001:kermit:80 fredrik@http://ift.tt/1JyvNk1
Start a tunnel from here (where the command is issued) on port 10001, then go to http://ift.tt/1JyvNk1 as user fredrik and end the tunnel at a host named ‘kermit’ on port 80 over there.
-N Do not execute a remote command. This is useful for just forwarding ports
http://ift.tt/1DybbQy
http://ift.tt/TH2QDo
http://ift.tt/1Dyb9rW
ssh -L 10001:localhost:3689 fredrik@http://ift.tt/1JyvNk1
Start a tunnel from here (where we write the command) on port 10001, then go to http://ift.tt/1JyvNk1 as user fredrik and end the tunnel at a host called localhost on port 3689 over there.
ssh -L 10001:kermit:80 fredrik@http://ift.tt/1JyvNk1
Start a tunnel from here (where the command is issued) on port 10001, then go to http://ift.tt/1JyvNk1 as user fredrik and end the tunnel at a host named ‘kermit’ on port 80 over there.
-N Do not execute a remote command. This is useful for just forwarding ports
http://ift.tt/1DybbQy
http://ift.tt/TH2QDo
http://ift.tt/1Dyb9rW
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1JyvPbq
via LifeLong Community
No comments:
Post a Comment