diff options
Diffstat (limited to 'unlock_keys')
| -rwxr-xr-x | unlock_keys | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unlock_keys b/unlock_keys index a6bc45f..f664465 100755 --- a/unlock_keys +++ b/unlock_keys @@ -4,4 +4,6 @@ eval $(keychain --eval -q --systemd) KEY_FILES=$(ls $HOME/.ssh | grep -v '\(pub$\|^config$\|^known_hosts$\|^autohrized_keys$\)') badpass -k $KEY_FILES +sleep 1s +keychain -l echo Done! |
