Make the generated RSA keys a bit less aggressive.

5888 is supposed to be roughly equivalent to 180 bits of keyspace,
which is what I use for passphrases, anyhow.
This commit is contained in:
2022-03-24 12:26:59 -04:00
parent f7ac3f7500
commit dca9b4df95
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
while [ ! -z $1 ]; do
while [ ! -z $1 ]
do
echo "We will delete the key for the system known as \"${1}\":"
ls -l ~/.ssh/valid/id_${1}.pub
echo "Press enter to continue..."