View Single Post
Old 07-11-2012, 08:05 AM   #4
hawhill
Wizard
hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.
 
hawhill's Avatar
 
Posts: 1,379
Karma: 2155307
Join Date: Nov 2010
Location: Goettingen, Germany
Device: Kindle Paperwhite, Kobo Mini
The "authorized_keys" file holds public keys (not just fingerprints!) that allow log in for users who possess the corresponding private keys.

Also, besides user level authorization, there is server authentification/authorization. The server will also have a public/private key pair. The server's public key is typically saved for authentification of the server on later logins, for the OpenSSH client in ~/.ssh/known_hosts

On UI level, for public keys often only a "fingerprint" is presented. It's a short hash value that allows for a more or less secure comparison of the public key against a published/known one.
hawhill is offline   Reply With Quote