diff options
Diffstat (limited to 'badpass')
| -rwxr-xr-x | badpass | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
