# HG changeset patch # User diego # Date 1109302766 0 # Node ID 6abe4fb845ff023ce57486f212f8ca8e6d1e8742 # Parent 0f02129f8ec997f8288ba2d6010657b0fb5fdc6c mphq uses ssh.com, explain RSA key generation for it. diff -r 0f02129f8ec9 -r 6abe4fb845ff DOCS/tech/cvs-howto.txt --- 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 if you have technical problems with the CVS server.