Linux Command – ssh

ssh — OpenSSH SSH client (remote login program)

DESCRIPTION
ssh (SSH client) is a program for logging into a remote machine and for executing commands on a remote machine.
It is intended to provide secure encrypted communications between two untrusted hosts over an insecure network.
X11 connections, arbitrary TCP ports and UNIX-domain sockets can also be forwarded over the secure channel.

EXAMPLE
$ ssh root@confignotes.com -p 2022 -i ~/myPrivateKey/id_rsa

ESCAPE CHARACTERS
~. Disconnect.
~^Z Background ssh.
~# List forwarded connections.
~? Display a list of escape characters.