- Which of the following is a true statement?
A) Secure Shell is completely secure in its default configuration.
B) It's safe to allow the root user to use Secure Shell to log in across the internet.
C) Secure Shell is insecure in its default configuration.
D) The most secure way to use Secure Shell is to log in with a username and password.
- Which three of the following things would you do to conform with the best security practices for Secure Shell?
A) Make sure that all users are using strong passwords to log in via Secure Shell.
B) Have all users create a public/private key pair, and transfer their public keys to the server to which they want to log in.
C) Disable the ability to log in via username/password.
D) Ensure that the root user is using a strong password.
E) Disable the root user's ability to log in.
- Which one of the following lines in the sshd_config...