A junior administrator is trying to set up a passwordless SSH connection to one of the servers. The administrator follows the instructions and puts the key in the authorized_key file at the server, but the administrator is still asked to provide a password during the connection.
Given the following output:

Which of the following commands would resolve the issue and allow an SSH connection to be established without a password?
- restorecon -rv .ssh/authorized_key
- mv .ssh/authorized_key .ssh/authorized_keys
- systemctl restart sshd.service
- chmod 600 mv .ssh/authorized_key
Reveal Solution
Next Question