Questions
- Which of the following statements is true?
- Secure Shell is completely secure in its default configuration.
- It’s safe to allow the root user to use Secure Shell to log in across the Internet.
- Secure Shell is insecure in its default configuration.
- 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?
- Make sure that all users are using strong passwords to log in via Secure Shell.
- Have all users create a public/private key pair, and transfer their public keys to the server to which they want to log in.
- Disable the ability to log in via username/password.
- Ensure that the root user is using a strong password.
- Disable the root user’s ability to log in.
- Which one of the following lines in...