CISSP · Question #873
Which of the following Secure Shell (SSH) remote access practices is MOST suited for scripted functions?
The correct answer is D. Using public key-based authentication method. Public key-based authentication is particularly well-suited for scripted functions because it allows for automated, passwordless access to remote systems. With this method, a public key is generated and stored on the server, and a corresponding private key is used on the client-s
Question
Which of the following Secure Shell (SSH) remote access practices is MOST suited for scripted functions?
Options
- ARestricting authentication by Internet Protocol (IP) address
- BRequiring multi-factor authentication (MFA)
- CImplementing access credentials management tools
- DUsing public key-based authentication method
How the community answered
(48 responses)- A10% (5)
- B2% (1)
- C6% (3)
- D81% (39)
Explanation
Public key-based authentication is particularly well-suited for scripted functions because it allows for automated, passwordless access to remote systems. With this method, a public key is generated and stored on the server, and a corresponding private key is used on the client-side for authentication. Since there are no passwords involved, scripted processes can use the private key to authenticate securely without manual password entry.
Topics
Community Discussion
No community discussion yet for this question.