what is the benefits of SSH RSA Fingerprint? and how does it different from PGP ?

also how can i use it? are there any tool to do this?

regards

link|improve this question

18% accept rate
feedback

closed as not a real question by Steven Monday, Iain, Bill Weiss, Zoredache, sysadmin1138 Jan 3 '11 at 19:29

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

If you mean SSH RSA finger print, than it is used to verify the host, so if you accept fingerprint once (you should check if it is real one from your machine), than you will be warned if it is changed. Than you can avoid eg. man in the middle attacks. In my opinion, does not matter what kind of finger print is used, but RSA is kind of standard on unix machines.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.