|
|
@ -46,6 +46,12 @@ function rmdirs() |
|
|
|
fi |
|
|
|
fi |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function rmr() |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
find $@ -not -type d |
|
|
|
|
|
|
|
rm -Ir $@ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
# Use a larger number of KDF rounds and the secure ed25519 key type by default. |
|
|
|
# Use a larger number of KDF rounds and the secure ed25519 key type by default. |
|
|
|
alias ssh-keygen="ssh-keygen -a 100 -b 4096 -t ed25519" |
|
|
|
alias ssh-keygen="ssh-keygen -a 100 -b 4096 -t ed25519" |
|
|
|
|
|
|
|
|
|
|
|