An administrator transferred a key for SSH authentication to a home directory on a remote server. The key file was moved to .ssh/authorized_keys location in order to establish SSH connection without a password. However, the SSH command still asked for the password. Given the following output:

Which of the following commands would resolve the issue?
- restorecon .ssh/authorized_keys
- ssh_keygen -t rsa -o .ssh/authorized_keys
- chown root:root .ssh/authorized_keys
- chmod 600 .ssh/authorized_keys
Reveal Solution
Next Question