diff options
Diffstat (limited to 'unlock_keys')
| -rwxr-xr-x | unlock_keys | 2 |
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 |
