SSH Key
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
$ sshLast updated
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
$ sshLast updated