Setting Up SSH Command
$ sudo apt-get install openssh-server
Generating SSH Key
$ ssh-keygen
Copy the SSH Key on the Hosts
$ ssh-copy-id hostname
Check the SSH Connection
$ ssh
Last updated 10 months ago