SSH Tunnel: Local and Remote Port Forwarding

SSH Tunnel: Local and Remote Port Forwarding

About SSH

ssh stands for Secure Shell. It is a protocol used to securely connect to a remote server/system. ssh is secure in the sense that it transfers the data in encrypted form between the host and the client. For deep learning researchers, they usually use ssh to login their remote servers which have high-performance GPUs to train models.

Read More