summaryrefslogtreecommitdiff
path: root/unlock_keys
diff options
context:
space:
mode:
Diffstat (limited to 'unlock_keys')
-rwxr-xr-xunlock_keys2
1 files changed, 1 insertions, 1 deletions
diff --git a/unlock_keys b/unlock_keys
index f664465..091bc8a 100755
--- a/unlock_keys
+++ b/unlock_keys
@@ -2,7 +2,7 @@
eval $(keychain --eval -q --systemd)
-KEY_FILES=$(ls $HOME/.ssh | grep -v '\(pub$\|^config$\|^known_hosts$\|^autohrized_keys$\)')
+KEY_FILES=$(ls $HOME/.ssh | grep -v '\(pub$\|^config$\|^known_hosts$\|^authorized_keys$\)')
badpass -k $KEY_FILES
sleep 1s
keychain -l