Checking OpenSSH Client Installation
To check whether you have the OpenSSH client installed, use the following commands:
$ which ssh
$ apt search openssh-client
Connecting to a Server
To connect to a server:
$ ssh [username]@[IP_address]
Enter the ...