SSH Key

  1. Setting Up SSH Command

$ sudo apt-get install openssh-server 
  1. Generating SSH Key

$ ssh-keygen 
  1. Copy the SSH Key on the Hosts

$ ssh-copy-id hostname 
  1. Check the SSH Connection

$ ssh

Last updated