OpenSSH: New ciphers, key types, and key formats in RHEL7
Updated -
New key type: Ed25519
The OpenSSH 6.6 introduced a new key type Ed25519 based on elliptic curves which offers better security than ECDSA and DSA and also good performance. These keys are little bit specific so I will present here few examples of usage:
The new ed25519
identity key pair can be generated using this command:
# ssh-keygen -t ...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.