Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> Services >> SSH >> What is the difference between SSH public key authentication vs certificate authentication

 

Public key authentication

Uses asymmetric cryptography with public/private key pair.   You sign data with your private key and other party (which you have given your public key) can verify your signature with the corresponding public key. 
 

Certificate authentication

Similar but instead of distributing your public key to the other party, you bind the public key to a name (subject) with a certificate.  A certificate being a data structure that includes public key, name and other data like expiration date and permissions.  This data is signed by a certificate authority (CA).

 

!!insertfile!!googleadsense!!left!!

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]