diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-02-25 03:39:26 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-02-25 03:39:26 +0000 |
commit | 21c0a01f3aefd4785a9d43ed87e850e08897812c (patch) | |
tree | 955254571d764b26190461c04fbdffabb44e144d /DOCS/tech/cvs-howto.txt | |
parent | 305cca7c3adeb7f531e7c1fd9dc53d6bab65db1d (diff) | |
download | mpv-21c0a01f3aefd4785a9d43ed87e850e08897812c.tar.bz2 mpv-21c0a01f3aefd4785a9d43ed87e850e08897812c.tar.xz |
mphq uses ssh.com, explain RSA key generation for it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14807 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/cvs-howto.txt')
-rw-r--r-- | DOCS/tech/cvs-howto.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/tech/cvs-howto.txt b/DOCS/tech/cvs-howto.txt index 7a974c36fd..689d7f24b0 100644 --- a/DOCS/tech/cvs-howto.txt +++ b/DOCS/tech/cvs-howto.txt @@ -122,6 +122,16 @@ I. TECH SIDE: 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. |