ubuntu

latest version

Ubuntu 20.04.4 LTS

after install

  1. prevent password login
    1. create ssh key pair, by using ssh-keygen usually, you will get key from Shouton.
    2. open /etc/ssh/sshd_config
      • PasswordAuthentication no
      • ChallengeResponseAuthentication no
      • sudo systemctl reload ssh