Home / Archive for September 2020

Month: September 2020

How to configure a SSH tunnel?

On the client machine perform the following step: [root@host]# ssh -N -L :: user@remote-machine-ip From a new console/terminal execute the telnet command as follows: [root@host]# telnet localhost This kb is relevant to the following; Encrypt the traffic by SSH tunneling the connection to remote host. Encrypt unencrypted network traffic

Read more