<div dir="ltr">Thanks<br><br><div class="gmail_quote">2008/11/13 Kevin Kofler <span dir="ltr"><<a href="mailto:kevin.kofler@chello.at">kevin.kofler@chello.at</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Adel ESSAFI <adel.safi <at> <a href="http://imag.fr" target="_blank">imag.fr</a>> writes:<br>
> how can I make authentification with kdesvn?<br>
<br>
</div>The best solution is to use SSH key authentication:<br>
* Make sure you have a key for your local machine generated (with ssh-keygen).<br>
  There should be either ~/.ssh/id_rsa and ~/.ssh/id_rsa.pub or ~/.ssh/id_dsa<br>
  and ~/.ssh/id_dsa.pub files (RSA is recommended).<br>
* Upload your public key to the repository machine:<br>
  - If you have direct SSH/SFTP access, copy the contents of your<br>
    ~/.ssh/id_*.pub file to ~/.ssh/authorized_keys on the remote machine (if the<br>
    file does not exist yet, you have to create it), and make sure all of ~/.ssh<br>
    is readable only by you (chmod -R go-rwx ~/.ssh).<br>
  - If there's a web interface to upload SSH keys, upload your ~/.ssh/id_*.pub<br>
    file there.<br>
  WARNING: In both cases, make sure you upload the contents of the PUBLIC key<br>
           (i.e. the one with the .pub extension). The private key should NEVER<br>
           leave your machine.<br>
* Use svn+ssh://<a href="http://username@svn.example.com/foo/" target="_blank">username@svn.example.com/foo/</a> as your URL (where username is<br>
  your account name on the repository server, <a href="http://svn.example.com" target="_blank">svn.example.com</a> is the server<br>
  itself and foo is the path to your module).<br>
<br>
        Kevin Kofler<br>
<font color="#888888"><br>
--<br>
fedora-list mailing list<br>
<a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>
To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Communicate/MailingListGuidelines" target="_blank">http://fedoraproject.org/wiki/Communicate/MailingListGuidelines</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>PhD candidate in Computer Science<br>Address       <br>BP 108, Bureau de poste Tunis republique <br>1001 Tunis<br>Tunisia<br>tel: +216 97 246 706<br>fax: +216 71 391 166<br>

</div>