Limits on passphrase for ssh-agent?
- From: Mike - EMAIL IGNORED <m_d_berger_1900@xxxxxxxxx>
- Date: Thu, 19 Apr 2007 15:03:11 -0400
On FC4, I have 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.
.
- Follow-Ups:
- Re: Limits on passphrase for ssh-agent?
- From: Chuck
- Re: Limits on passphrase for ssh-agent?
- Prev by Date: Re: SSH on armv5tel: "You don't exist, go away!"
- Next by Date: Re: Error on internet browsing
- Previous by thread: FTP Encryption
- Next by thread: Re: Limits on passphrase for ssh-agent?
- Index(es):
Relevant Pages
|
|