









|
[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[NMLUG] a way to "fake" interaction
On Thursday 01 April 2004 5:00 pm, Jody Harris wrote:
> Is there a tool I can use to respond to prompts? I need to generate
> ssh key files on the fly, but there is no way to tell (at least not
> that I can find) ssh-keygen to not prompt for passphrase, just accept
> NULL.
>
> If there is a tool that I could have "hit the enter key" for me when
> prompted, I'd be set.
This works fine for me:
$ ssh-keygen -N '' -f example -t rsa
Note that is two single quotes, not a double-quote.
--
Wesley J. Landaker <wjl@icecavern.net>
OpenPGP FP: 4135 2A3B 4726 ACC5 9094 0097 F0A9 8A4C 4CD6 E3D2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: signature
Url : http://lists.b9.com/pipermail/nmlug/attachments/20040401/30df64a0/attachment.pgp
|
|