SSH

From Wiki RB4
Revision as of 20:43, 7 January 2020 by UweHeuer (talk | contribs) (Created page with "==General== The SSH employs a public key cryptography. A public-key cryptography, also known as asymmetric cryptography, is a class of cryptographic algorithms which requires...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

General

The SSH employs a public key cryptography. A public-key cryptography, also known as asymmetric cryptography, is a class of cryptographic algorithms which requires two separate keys, one of which is secret (or private) and one of which is public. Together they are known as a key-pair. In SSH, the public key cryptography is used in both directions (client to server and server to client), so two key pairs are used. One key pair is known as a host (server) key, the other as a user (client) key.