Re: Problems with directive "SSLPassPhraseDialog" with a piped script

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Feb 27, 2014 at 4:20 PM, Tom Browder <tom.browder@xxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx





[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux