LXer: SSH Command
by LXer from LinuxQuestions.org on (#4WZBM)
Published at LXer:
Secure Shell (SSH) is a cryptographic network protocol used for an encrypted connection between a client and a server. The ssh client creates a secure connection to the SSH server on a remote machine. The encrypted connection can be used to execute commands on the server, X11 tunneling, port forwarding, and more. Learn how to use the OpenSSH command-line client to log in to a remote machine and run commands.
Read More...


Secure Shell (SSH) is a cryptographic network protocol used for an encrypted connection between a client and a server. The ssh client creates a secure connection to the SSH server on a remote machine. The encrypted connection can be used to execute commands on the server, X11 tunneling, port forwarding, and more. Learn how to use the OpenSSH command-line client to log in to a remote machine and run commands.
Read More...