From d3c79596d15feb7d3c435636535fa6911df0f96e Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Tue, 9 Apr 2019 10:28:33 -0400 Subject: SSH key juggling --- unlock_keys | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 unlock_keys (limited to 'unlock_keys') diff --git a/unlock_keys b/unlock_keys new file mode 100755 index 0000000..a88674f --- /dev/null +++ b/unlock_keys @@ -0,0 +1,8 @@ +#!/bin/sh + +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! -- cgit v1.2.3