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=d79a30ee5b3ddf7a85da506f9275d48fbe8ed4a2;hp=a68cf5765b5a8669d1e8769e8c99d0bf80171651;hb=91512157ab426c87e0a82b594620e90e324b23a3;hpb=b1d3b44f966332434d8ec49b2a0df569e9bf8c16 diff --git a/ssh-utils/ssh-setpass.sh b/ssh-utils/ssh-setpass.sh deleted file mode 100644 index a68cf57..0000000 --- a/ssh-utils/ssh-setpass.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -function __init_ssh_setpass() { - set -e - set -u - - ssh-keygen -p -f "$HOME/.ssh/id_rsa" -} - -__init_ssh_setpass diff --git a/ssh-utils/ssh-setpass.sh b/ssh-utils/ssh-setpass.sh new file mode 120000 index 0000000..d79a30e --- /dev/null +++ b/ssh-utils/ssh-setpass.sh @@ -0,0 +1 @@ +../ssh-setpass/ssh-setpass.sh \ No newline at end of file