Oracle
1Z0-409 · Question #191
An attempt by bob to remotely access smith's shell results in an error as follows: [bob@server100 ~]$ ssh server200 The authenticity of host 'server200 (192.168.0.200)' can't be established. RSA key…
The correct answer is D. This response is because ssh is unable to find server200 in the ~/.ssh/known_hosts file of. See the full explanation below for the reasoning.
Question
An attempt by bob to remotely access smith's shell results in an error as follows:
[bob@server100 ~]$ ssh server200 The authenticity of host 'server200 (192.168.0.200)' can't be established. RSA key fingerprint is 1c:6e:b7:8b:65:cc:04:e8:16:ca:7e:81:de:d6:5e:c4. What would you infer from the error?
Options
- AThe hostname could not be mapped to an IP address.
- BThe PubkeyAuthentication parameter is set to no in the /etc/ssh/ssd_config file.
- CThe ssh verified that the system claiming to be server200 is server200 and not any other host.
- DThis response is because ssh is unable to find server200 in the ~/.ssh/known_hosts file of
How the community answered
(30 responses)- A3% (1)
- B10% (3)
- C7% (2)
- D80% (24)
Community Discussion
No community discussion yet for this question.