Change 28596 by [EMAIL PROTECTED] on 2006/07/18 03:10:51

        Additional reason for ssh passphrase failures.

Affected files ...

... //depot/perl/Porting/repository.pod#15 edit

Differences ...

==== //depot/perl/Porting/repository.pod#15 (text) ====
Index: perl/Porting/repository.pod
--- perl/Porting/repository.pod#14~27464~       2006-03-10 11:47:11.000000000 
-0800
+++ perl/Porting/repository.pod 2006-07-17 20:10:51.000000000 -0700
@@ -233,7 +233,9 @@
 
 Then you either don't have a F<~/.ssh/identity> or F<~/.ssh/id_rsa>
 file corresponding to your public key, or that file is not readable.
-Fix the problem and try again.
+Fix the problem and try again.  Alternatively, some ssh implementations
+will fail to verify your RSA key if the key if readable by others.
+Just lower the permissions to make the key readable to yourself.
 
 If you only had the public key file for one protocol installed at the
 server end then make sure your client is using the corresponding
End of Patch.

Reply via email to