DevOps SSH & SSH Keys

12345678910111213141516171819
Across
  1. 1. An shortened form of the term authentication
  2. 7. A password is a form of ______
  3. 9. One of the first ssh key types, which is not considered unsafe
  4. 10. One of the SSH configuration keywords to share a session
  5. 11. SSH configuration keyword for the name of the user
  6. 14. The ssh key type dsa uses _____ _____
  7. 16. Password should be ____ to be secure
  8. 17. SSH configuration keyword for the name of the machine/server
  9. 19. A secure tool to copy files to/from remote systems
Down
  1. 2. A good value for KDF is one ______
  2. 3. Way to view manual pages
  3. 4. Another name for a password
  4. 5. Since we have a lot of passwords that must be unique, we need to use a password _____
  5. 6. We generate SSH keys using the command ssh-_______
  6. 8. The ssh key type rsa uses integer ______
  7. 10. Name of file to configure SSH is .ssh/______
  8. 12. An secure interactive tool to perform file operations
  9. 13. The original public key system
  10. 15. The ECDSA and ed25519 both use ____ curves
  11. 18. The most recommended public-key algorithm available