Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>For those of you who are setting up MSYS Git on Windows using PuTTY via the standard command prompt, the way to add a host to PuTTY's cache is to run</p> <pre><code>&gt; plink.exe &lt;host&gt; </code></pre> <p>For example:</p> <pre><code>&gt; plink.exe codebasehq.com The server's host key is not cached in the registry. You have no guarantee that the server is the computer you think it is. The server's rsa2 key fingerprint is: ssh-rsa 2048 2e:db:b6:22:f7:bd:48:f6:da:72:bf:59:d7:75:d7:4e If you trust this host, enter "y" to add the key to PuTTY's cache and carry on connecting. If you want to carry on connecting just once, without adding the key to the cache, enter "n". If you do not trust this host, press Return to abandon the connection. Store key in cache? (y/n) </code></pre> <p>Just answer <code>y</code>, and then Ctrl+C the rest.</p> <p>Do check the fingerprint though. This warning is there for a good reason. Fingerprints for some git services (please edit to add more):</p> <ul> <li>Github: <a href="https://help.github.com/articles/what-are-github-s-ssh-key-fingerprints" rel="noreferrer"><code>16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48</code></a></li> <li>Bitbucket: <a href="https://confluence.atlassian.com/display/BITBUCKET/Use+the+SSH+protocol+with+Bitbucket" rel="noreferrer"><code>97:8c:1b:f2:6f:14:6b:5c:3b:ec:aa:46:46:74:7c:40</code></a></li> <li>Gitorious: <a href="https://gitorious.org/about/faq" rel="noreferrer"><code>7e:af:8d:ec:f0:39:5e:ba:52:16:ce:19:fa:d4:b8:7d</code></a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload