X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=blobdiff_plain;f=ssh-utils%2Fssh-setpass.sh;fp=ssh-utils%2Fssh-setpass.sh;h=a68cf5765b5a8669d1e8769e8c99d0bf80171651;hp=4d399cd98fec5ab5573ac8b9789133bed4f7c201;hb=ca7a838c6fde6052124947ff442aa9e6056f5e28;hpb=704265583cff80363fec60c4088f5b91f6d98bd0 diff --git a/ssh-utils/ssh-setpass.sh b/ssh-utils/ssh-setpass.sh index 4d399cd..a68cf57 100644 --- a/ssh-utils/ssh-setpass.sh +++ b/ssh-utils/ssh-setpass.sh @@ -1,8 +1,10 @@ #!/bin/bash -{ +function __init_ssh_setpass() { set -e set -u ssh-keygen -p -f "$HOME/.ssh/id_rsa" } + +__init_ssh_setpass