diff --git a/README.md b/README.md index e4aa570..d1d99eb 100644 --- a/README.md +++ b/README.md @@ -313,6 +313,11 @@ failures at that end. Also the exit code will indicate the number of failures. ``` +### Generate SSH key +``` +ssh-keygen -o -a 256 -t ed25519 -f ~/.ssh/id_ed25519-backup -C "Backups " +ssh-keygen -o -a 256 -b 16384 -t rsa -f ~/.ssh/id_rsa-backup -C "Backups " +``` ### Speeding up SSH and prevent connection flooding