Asthetics.

This commit is contained in:
Scott Wallace 2016-02-18 08:43:13 +00:00
parent c02eedcbdb
commit 9eaca61c4c

View file

@ -19,6 +19,7 @@ getkey() {
PASS=$(/usr/bin/security find-internet-password -l ssh:scott@wallace.sh -gw) PASS=$(/usr/bin/security find-internet-password -l ssh:scott@wallace.sh -gw)
else else
read -sp "Password: " PASS read -sp "Password: " PASS
echo
fi fi
openssl rsautl -decrypt -inkey ~/.ssh/scott@wallace.sh -passin "pass:${PASS}" -in ${KEYFILE} 2>/dev/null openssl rsautl -decrypt -inkey ~/.ssh/scott@wallace.sh -passin "pass:${PASS}" -in ${KEYFILE} 2>/dev/null