Re: Limits on passphrase for ssh-agent?
- From: Adam Crosby <acrosby@xxxxxxxx>
- Date: Wed, 25 Apr 2007 09:06:01 -0400
Michael D. Berger wrote:
On FC4 using openssh-4.2p1-fc4.1, I haveIs your cut and paste accidentally picking up a newline at the end of
generated RSA keys with ssh-keygen, copied them
to a Win2k box, imported them into Putty, and
successfully used them. Now I tried to import
the original private key on the Linux box into
an ssh-agent with ssh-add. I enter the passphrase
with the mouse copy-and-paste capability and the
passphrase is rejected as bad. (I do the same
thing successfully on the Win2k box.) Could it be
that some characters should be disallowed from the
passphrase? Now, I allow characters:
if(isgraph(ch) && (ch != '\'')) . Should there be
further restriction? What else might be the
problem?
Thanks for your help.
Mike.
--
Michael D. Berger
m.d.berger@xxxxxxxx
http://www.rosemike.net/
the text you're copying?
- References:
- Limits on passphrase for ssh-agent?
- From: Michael D. Berger
- Limits on passphrase for ssh-agent?
- Prev by Date: Converting privatekey SSH2 --> OpenSSH ... 'Bad magic'
- Next by Date: RE: Limits on passphrase for ssh-agent?
- Previous by thread: Limits on passphrase for ssh-agent?
- Next by thread: RE: Limits on passphrase for ssh-agent?
- Index(es):
Relevant Pages
|