Re: OpenSSH ssh-keygen and non-empty passphrase
From: Bill Marcum (bmarcum_at_iglou.com.urgent)
Date: 05/26/05
- Next message: bnies_at_bluewin.ch: "Re: OpenSSH ssh-keygen and non-empty passphrase"
- Previous message: Bill Marcum: "Re: OpenSSH ssh-keygen and non-empty passphrase"
- In reply to: Matthew Poole: "Re: OpenSSH ssh-keygen and non-empty passphrase"
- Next in thread: bnies_at_bluewin.ch: "Re: OpenSSH ssh-keygen and non-empty passphrase"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 May 2005 00:37:30 -0400
On Thu, 26 May 2005 11:27:34 +1200, Matthew Poole
<spam@stops.here> wrote:
>
> [matthewp@alexander ~]ssh-keygen -t dsa
> Generating public/private dsa key pair.
> Enter file in which to save the key (/home/matthewp/.ssh/id_dsa):
> Enter passphrase (empty for no passphrase):
>
> That sure looks like it's taking a passphrase from stdin.
> Maybe something changed after 3.9, which is the last version I've used it
> with?
That is no test of whether stdin is being used. Try this:
echo "my phrase" | ssh-keygen -t dsa
-- Depend on the rabbit's foot if you will, but remember, it didn't help the rabbit. -- R.E. Shay
- Next message: bnies_at_bluewin.ch: "Re: OpenSSH ssh-keygen and non-empty passphrase"
- Previous message: Bill Marcum: "Re: OpenSSH ssh-keygen and non-empty passphrase"
- In reply to: Matthew Poole: "Re: OpenSSH ssh-keygen and non-empty passphrase"
- Next in thread: bnies_at_bluewin.ch: "Re: OpenSSH ssh-keygen and non-empty passphrase"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|