summaryrefslogtreecommitdiff
path: root/unlock_keys
diff options
context:
space:
mode:
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!