summaryrefslogtreecommitdiff
path: root/badpass
diff options
context:
space:
mode:
authortslil clingman <>2020-02-10 16:17:01 -0800
committertslil clingman <>2020-02-10 16:17:01 -0800
commitd2ab080a66b99799f51912d77509062625d95f4c (patch)
treebcf02fa9629b1c0f25c344004bbc24441ed3a670 /badpass
parentcef874a5aaf7a8c2ba60603176500099cf3c4362 (diff)
Improvements to interaction with keychain
Diffstat (limited to 'badpass')
-rwxr-xr-xbadpass4
1 files changed, 3 insertions, 1 deletions
diff --git a/badpass b/badpass
index d5286e4..afb49d5 100755
--- a/badpass
+++ b/badpass
@@ -25,10 +25,12 @@ echo
USEKEYCHAIN () {
expect - <<EOF
spawn keychain --nogui --quiet $1
+set send_slow {1 0.001}
expect {
- "Enter passphrase for $HOME/.ssh/$1:"; { send "$2\n"; }
+ "Enter passphrase for $HOME/.ssh/$1:"; { send -s "$2\n"; }
}
EOF
+ echo
}
CALL=echo