Option A is wrong. For example.
##
halof:~ # tree /etc/ssh
/etc/ssh
├── moduli
├── ssh_config
├── ssh_host_dsa_key
├── ssh_host_dsa_key.pub
├── ssh_host_ecdsa_key
├── ssh_host_ecdsa_key.pub
├── ssh_host_ed25519_key
├── ssh_host_ed25519_key.pub
├── ssh_host_rsa_key
├── ssh_host_rsa_key.pub
└── sshd_config
0 directories, 11 files
##
Option B is an answer. The private key must be not readable by anyone except the owner and root. Otherwise, SSH will throw a warning.
Option C is wrong. Only one public key is paired with one private key. Both of them are generated at the same time by their owner via SSH-gen.
Option D is correct. As explained above.
Option E is wrong. The public key should be copied to the remote SSH server. The private key must be kept private.
This section is not available anymore. Please use the main Exam Page.102-500 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Mchoeti
6 months, 1 week agoaris74
9 months agoblk_542
4 months, 1 week agodrliu1202
1 year, 2 months agodrliu1202
1 year, 2 months agoamindiashvili
1 year, 5 months ago