What would you infer from the error?

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)’ cant 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?

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)’ cant 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?

A.
The hostname could not be mapped to an IP address.

B.
The PubkeyAuthentication parameter is set to no in the /etc/ssh/ssd_config file.

C.
The ssh verified that the system claiming to be server200 is server200 and not any other host.

D.
This response is because ssh is unable to find server200 in the ~/.ssh/known_hosts file of
server100.



Leave a Reply 0

Your email address will not be published. Required fields are marked *