Update file run_onchanges_after_ensure-private-key.tmpl

This commit is contained in:
Brian Zalewski 2022-12-25 09:32:16 +00:00
parent bc8a44b853
commit d92d4a4ada

View file

@ -6,5 +6,5 @@
### Ensure id_rsa is present and create one if it does not exist
if [ ! -f "$HOME/.ssh/id_rsa" ]; then
logg 'Generating missing default private key / public key (`~/.ssh/id_rsa`)'
ssh-keygen -b 4096 -t rsa -f "$HOME/.ssh/id_rsa" -q -N
ssh-keygen -b 4096 -t rsa -f "$HOME/.ssh/id_rsa" -q -N ""
fi