|
Search:
Advanced search
|
Browse by category:
|
Contact Us |
SSH Port Forwarding (SSH tunneling ) in Linux machines. |
|||||
SSH Port Forwarding allows us to communicate with any remote server in secured way.
Here a port in a local machine will be configured to forward requests to a destination web or mail servers through SSH tunnel established with any other server. The command used to accomplish this scenario is given below. ssh -L localport:host:hostport user@ssh_server -N We can have multiple '-L' parameters used for multiple port forwarding for different services like, HTTP, SMTP, POP. See some examples. :) ssh -L 8888:www.myhost.com:80 user@ssh_host -N |
|||||
Powered by
Deru Communications (Webhosting Knowledgebase)