QuestionQ8

Seguridad

Which command preloads and manages existing SSH keys for automatic authentication when logging in to remote machines through SSH?

  • A sshd
  • B ssh-keyring
  • C ssh-keygen
  • D ssh-pki
  • E ssh-agent
Explanation

ssh-agent runs as an authentication agent that holds private SSH keys and uses them to authenticate SSH connections automatically.

Community Discussion

No comments yet. Be the first to start the discussion!