<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    RSA -- public/private rsa key pair?  (as opposed to DSA keys for use
    by SSH protocol version 2)<br>
    ssh-keygen -t rsa<br>
    Creates on my system:<br>
    ~/.ssh/id_rsa and<br>
    ~/.ssh/id_rsa.pub -- did not exist previously.<br>
    I used the same passphrase as my p*sswd at tech.chambana.net.<br>
    <br>
    I pasted the contents of id_rsa.pub -- the public key -- into the
    Key field of<br>
    <a class="moz-txt-link-freetext" href="http://tech.chambana.net/my/public_keys/23/edit">http://tech.chambana.net/my/public_keys/23/edit</a><br>
    <br>
    No change to GIT:<br>
    git push <b>http</b>://Stewart.Dickson@git.chambana.net/projects/makerspaceu.git
    master<br>
    Password: <br>
    Password: <br>
    error: no DAV locking support on
    <a class="moz-txt-link-freetext" href="http://Stewart.Dickson@git.chambana.net/projects/makerspaceu.git/">http://Stewart.Dickson@git.chambana.net/projects/makerspaceu.git/</a><br>
    fatal: git-http-push failed<br>
    <br>
    Note: <a class="moz-txt-link-freetext" href="http://Stewart.Dickson@git.chambana.net">http://Stewart.Dickson@git.chambana.net</a> is not using SSL
    (HTTPS), so is it using<br>
    SSH?   (I don't think so.)<br>
    <br>
    <a
href="http://kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt">http://kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt</a><br>
    > If git-http-push says<br>
    ><br>
    > Error: no DAV locking support on remote repo <a class="moz-txt-link-freetext" href="http://">http://</a>...<br>
    ><br>
    > then it means the web-server did not accept your
    authentication. Make sure<br>
    > that the user name and password matches in <b>httpd.conf,
      .netrc</b> and <br>
    > the URL<br>
    > you are uploading to.<br>
    <br>
    On 7/31/11 2:25 PM, Brian Duggan wrote:
    <blockquote
cite="mid:CAFvhRD14AumH62q6NES0VqYtuo++uvuBg=g-b-6zpaR57fyfdA@mail.gmail.com"
      type="cite">
      <p>Sorry, I should have specified key type.</p>
      <p>It's actually a regular SSH public key, so use the output of
        ssh-keygen.</p>
      <br>
    </blockquote>
    <br>
  </body>
</html>