On Thu, Feb 27, 2014 at 4:20 PM, Tom Browder <[email protected]> wrote:
>
> Still looking for ideas from someone who has used the pipe method.
I'm still looking for how the pipe method works.
But I used the exec method and it works fine!
FYI, I used a script a little pickier than a simple return:
$ cat execpassphrase.sh
#!/bin/bash
# inputs: servername:portnumber RSA|DSA|ECC
if [[ "$1" = "myserver.net:443" ]] ; then
if [[ "$2" = "RSA" ]] ; then
echo "long passphrase you bet"
fi
fi
-Tom
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]