[MPlayer-DOCS] openssh->ssh.com howto into cvs-howto.txt

Maciej Paszta paszczi at go2.pl
Tue Sep 28 22:49:19 CEST 2004


On Tuesday 28 of September 2004 10:43, Torinthiel wrote:
> On Tue, Sep 28, 2004 at 09:56:33AM +0200, Maciej Paszta wrote:
> > Generating and sending ssh keys:
> >   Typing your account's password each time you want to access CVS is not
> > very convenient. Instead you can send a ssh key. To generate it use the
> > following command:
> >
> >     ssh-keygen -t rsa
>
> or ssh-keygen -t rsa -f yourfile
>
> >   NOTE: When it asks for password you may leave it empty.
> >   Now, if you are using openssh, you have to convert your public key into
> >   ssh.com format, since MPlayer's server uses this ssh implementation.
> >   You can do this simply by executing:
> >
> >     ssh-keygen -e -f yourkey.pub > yourkey_ssh2.pub
> >
> >   NOTE: Replace 'yourkey' with a filename proper for you (the file
> >   can be found in ~/.ssh directory).
>
> and the default one is ~/.ssh/id_rsa.pub
>
> >   Mail yourkey_ssh2.pub to Arpi <arpi at mplayer.hq.hu> and, please,
> >   be patient. As soon as it is installed, you will no longer
> >   need to type any password.
>
> Also, if you have provided a different filename for the key, SSH (and
> thus CVS) won't recognize it. You have to add following to ~/.ssh/config
> then:
> host mplayerhq.hu
> IdentityFile yourfile
>
>
> I'd also mention than the comment can be changed without any regards and
> is irrevelant (so i.e. nobody gets scared because it's invalid email
> adress or so).

OK, here is a version with your suggestions included.....
-- 
Maciek "paszczi" Paszta .::. paszczi(at)go2.pl .::. JID:macp(at)chrome.pl
gg: 2810043 .::. Linux User #304533 .::. BLUG Member #0247
fingerprint: A484 C4D8 9CC7 2DA3 2F92  E68A 9056 D5CC F22E 4C89
PGP:pgp.mit.edu .::. MPlayerPL Team : mplayerpl.emdej.com
-------------- next part --------------
Generating and sending ssh keys:
  Typing your account's password each time you want to access CVS is not very
  convenient. Instead you can send a ssh key. To generate it use
  the following command:

    ssh-keygen -t rsa
  or
    ssh-keygen -t rsa -f <filename>
        
  NOTE: When it asks for password you may leave it empty. The comment
  of the key is completely irrelevant. If you provide a <filename>,
  you also have to add the following lines to ~/.ssh/config, otherwise SSH
  (and thus CVS) will not recognize your key:
    
    host mplayerhq.hu
    IdentityFile <filename>
              
  Now, if you are using OpenSSH, you have to convert your public key into
  ssh.com format, since MPlayer's server uses this ssh implementation.
  You can do this simply by executing:
  
    ssh-keygen -e -f yourkey.pub > yourkey_ssh2.pub
    
  NOTE: Replace 'yourkey' with a filename proper for you (the file
  can be found in ~/.ssh directory, the default one is ~/.ssh/id_rsa.pub).
  Mail yourkey_ssh2.pub to Arpi <arpi at mplayer.hq.hu> and, please,
  be patient. As soon as it is installed, you will no longer
  need to type any password.


More information about the MPlayer-DOCS mailing list