The SecOps Group Certified Network Security Practitioner (CNSP) CNSP Question # 14 Topic 2 Discussion
CNSP Exam Topic 2 Question 14 Discussion:
Question #: 14
Topic #: 2
In the context of the SSH (Secure Shell) public-private key authentication mechanism, which key is uploaded to the server and which key is used by the end-user for authentication?
A.
The public key is uploaded to the server and the private key is used by the end user for authentication.
B.
The private key is uploaded to the server and the public key is used by the end user for authentication.
B:Uploading the private key reverses the model, breaking security—anyone with the server’s copy could authenticate as the user. Asymmetric crypto relies on the private key remaining secret.
Real-World Context:GitHub uses SSH public keys for repository access, with private keys on user devices.References:CNSP Official Documentation (SSH Security); RFC 4253 (SSH Authentication Protocol).
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit