summaryrefslogtreecommitdiff
path: root/unlock_keys
diff options
context:
space:
mode:
authortslil clingman <>2019-04-09 22:16:57 -0400
committertslil clingman <>2019-04-09 22:16:57 -0400
commit1e32cf0116d816dc64f744ed8812aa5a2a850f1e (patch)
tree9ab4805e52054a601c2bd2bc6c901072f4add22c /unlock_keys
parentd3c79596d15feb7d3c435636535fa6911df0f96e (diff)
tweaks + "docs"
Diffstat (limited to 'unlock_keys')
-rwxr-xr-xunlock_keys1
1 files changed, 0 insertions, 1 deletions
diff --git a/unlock_keys b/unlock_keys
index a88674f..a6bc45f 100755
--- a/unlock_keys
+++ b/unlock_keys
@@ -3,6 +3,5 @@
eval $(keychain --eval -q --systemd)
KEY_FILES=$(ls $HOME/.ssh | grep -v '\(pub$\|^config$\|^known_hosts$\|^autohrized_keys$\)')
-echo -n "Master password: "
badpass -k $KEY_FILES
echo Done!