ubuntu
latest version
Ubuntu 20.04.4 LTS
after install
- prevent password login
- create ssh key pair, by using ssh-keygen usually, you will get key from Shouton.
- open /etc/ssh/sshd_config
- PasswordAuthentication no
- ChallengeResponseAuthentication no
- sudo systemctl reload ssh