December 2018
Beginner
826 pages
22h 54m
English
As with our RSA example, we will start by generating a new key, this time specifying the type as 'ed25519'.
We will again accept the default location for where to save our key, and provide a passphrase:
[vagrant@centos1 ~]$ ssh-keygen -t ed25519 -C "Example Ed25519 key"Generating public/private ed25519 key ...
Read now
Unlock full access