Change 31681 by [EMAIL PROTECTED] on 2007/08/04 01:40:18

        Subject: [PATCH] ssh-keygen usage in repository.pod out of date
        From: Yitzchak Scott-Thoennes <[EMAIL PROTECTED]>
        Date: Fri, 3 Aug 2007 11:47:22 -0700 (PDT)
        Message-Id: <[EMAIL PROTECTED]>

Affected files ...

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

Differences ...

==== //depot/perl/Porting/repository.pod#16 (text) ====
Index: perl/Porting/repository.pod
--- perl/Porting/repository.pod#15~28596~       2006-07-17 20:10:51.000000000 
-0700
+++ perl/Porting/repository.pod 2007-08-03 18:40:18.000000000 -0700
@@ -70,7 +70,10 @@
 particularly want to keep separate ssh identities for some reason.
 If so, you could save the perl repository private key in the file
 F<~/.ssh/perl>, for example, but I will use the standard filename
-in the remainder of the examples of this document.
+in the remainder of the examples of this document.  (Some ssh
+implementations will default to creating a F<~/.ssh/id_rsa*>
+ssh prototcol 2 RSA key pair instead - see below.  Use the -t rsa1
+option if you really want a protocol 1 key pair.)
 
 After typing in the filename, it will prompt you to type in a
 passphrase. The private key will itself be encrypted so that it is
End of Patch.

Reply via email to