Remote Port Forwarding

Remote forwarding allows you to forward a port on the SSH server to a port on your local machine. This is helpful when you want to make a service running on your local machine accessible to the remote server.

SSH

Drawing

plink.exe is a command-line SSH client from the PuTTY suite. It's used for automating SSH tasks like connecting to remote servers, running commands, and port forwarding, without the need for a graphical interface. It's often used in scripts or for non-interactive SSH sessions.

Last updated