Asthetics.
This commit is contained in:
parent
c02eedcbdb
commit
9eaca61c4c
1
.bashrc
1
.bashrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue