Re: Limits on passphrase for ssh-agent?



On Thu, 19 Apr 2007 20:00:39 +0000, Chuck wrote:

Mike - EMAIL IGNORED wrote:
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.


Have you tried typing it instead of copy and paste? Maybe the paste
function isn't working properly.

Of course, I can't see whether the paste function is
working when I enter the passphrase because it doesn't echo.
But it does work when I paste it elsewhere. In view of
the length of the passphrase and my marginal typing skills,
I doubt that I could type it with certainty that I had not
made an error. Maybe I'll run a test with a short key.

Mike.


.



Relevant Pages

  • Re: Limits on passphrase for ssh-agent?
    ... copied them to a Win2k box, ... Putty, and successfully used them. ... to import the original private key on the Linux ... and the passphrase is rejected as bad. ...
    (comp.security.ssh)
  • Limits on passphrase for ssh-agent?
    ... generated RSA keys with ssh-keygen, ... passphrase is rejected as bad. ... thing successfully on the Win2k box.) ... that some characters should be disallowed from the ...
    (SSH)
  • Limits on passphrase for ssh-agent?
    ... On FC4, I have generated RSA keys with ssh-keygen, ... copied them to a Win2k box, ... Putty, and successfully used them. ... and the passphrase is rejected as bad. ...
    (comp.security.ssh)