Update file run_onchanges_after_ensure-private-key.tmpl
This commit is contained in:
parent
bc8a44b853
commit
d92d4a4ada
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
||||||
### Ensure id_rsa is present and create one if it does not exist
|
### Ensure id_rsa is present and create one if it does not exist
|
||||||
if [ ! -f "$HOME/.ssh/id_rsa" ]; then
|
if [ ! -f "$HOME/.ssh/id_rsa" ]; then
|
||||||
logg 'Generating missing default private key / public key (`~/.ssh/id_rsa`)'
|
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
|
fi
|
||||||
|
|
Loading…
Reference in a new issue