diff options
| author | tslil <tslil@posteo.de> | 2026-04-05 09:42:24 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-05 09:44:16 +0100 |
| commit | c495598bdcf38aa7fd2edc2903a42e70ad879ca9 (patch) | |
| tree | cc0da9c0a8825ac33722a530adcdff34c88c208e /unlock_keys | |
| parent | f68490ef97b0393f6eef2916fe15abe2540be610 (diff) | |
cleanup
Diffstat (limited to 'unlock_keys')
| -rwxr-xr-x | unlock_keys | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/unlock_keys b/unlock_keys deleted file mode 100755 index 091bc8a..0000000 --- a/unlock_keys +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -eval $(keychain --eval -q --systemd) - -KEY_FILES=$(ls $HOME/.ssh | grep -v '\(pub$\|^config$\|^known_hosts$\|^authorized_keys$\)') -badpass -k $KEY_FILES -sleep 1s -keychain -l -echo Done! |
