How do you disable password authentication so that an SSH key is required?
1) Edit the SSH configuration file and set PasswordAuthentication to no
2) Edit the SSH configuration file and set PasswordAuthentication to yes
3) Generate an SSH key pair and add the public key to the authorized_keys file
4) Generate a password and add it to the SSH configuration file