changeset 14806:6abe4fb845ff

mphq uses ssh.com, explain RSA key generation for it.
author diego
date Fri, 25 Feb 2005 03:39:26 +0000
parents 0f02129f8ec9
children 664b06b907cb
files DOCS/tech/cvs-howto.txt
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/cvs-howto.txt	Fri Feb 25 03:20:15 2005 +0000
+++ b/DOCS/tech/cvs-howto.txt	Fri Feb 25 03:39:26 2005 +0000
@@ -122,6 +122,16 @@
   revision will remain unmodified, only revision history will be lost and
   holes left in the revision numbering.
 
+10. RSA authentication
+
+  Since mplayerhq.hu uses ssh.com and not OpenSSH you will have to convert your
+  OpenSSH RSA keys to IETF SECSH format with
+
+    ssh-keygen -e
+
+  if you want to use RSA authentication. See ssh(1) and ssh-keygen(1) for
+  details.
+
 
 Contact A'rpi <arpi@thot.banki.hu> if you have technical problems with the CVS
 server.