|
An SSH - related Question....
Friends..Please clarify my question related to SSH:
An SSH server will always publicize its public key to any computer which contacts via SSH. Please let me know how this happens..
Suppose I am performing an SSH from A to B for the first time, even before authentication through password is done, the client computer tells me the finger print of the server is "so and so..." and authentication could not be established...Actually the public key of the server is in /etc/ssh directory(ssh_host_rsa/dsa_key.pub), so how the client access the /etc/ssh directory...? or how the server publicize the key to the clients...please let me know this. Thank u...
|