From 9eaca61c4c54ab309e2b6445c918a3ebd92f6313 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 18 Feb 2016 08:43:13 +0000 Subject: [PATCH] Asthetics. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index b9400b3..ab8439b 100644 --- a/.bashrc +++ b/.bashrc @@ -19,6 +19,7 @@ getkey() { PASS=$(/usr/bin/security find-internet-password -l ssh:scott@wallace.sh -gw) else read -sp "Password: " PASS + echo fi openssl rsautl -decrypt -inkey ~/.ssh/scott@wallace.sh -passin "pass:${PASS}" -in ${KEYFILE} 2>/dev/null