elias r. wrote:
> hum, nobody's got an answer?
> 
> 
> is there maybe a way via the shell pipelining to read the passphrase
> from a file and write it to stdin?
> 
> should this work?:
> 
> bioctl -c C -l /dev/wd0a softraid0  < pass.keyfile

If will by default try to read it from /dev/tty, so you need to trick it
not to.

man readpassphrase

Reply via email to