Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2017-02-08 15:51:38 +00:00
parent 2af5eead55
commit 744cee8349

View File

@@ -1077,8 +1077,7 @@ e.g.</p>
<p>If you don&#8217;t use HTTPS and user credentials, SSH should also work out
of the box when you store keys in the default directories (<code>~/.ssh</code>)
and the uri points to an SSH location,
e.g. "<a href="mailto:git@github.com">git@github.com</a>:configuration/cloud-configuration". It is important that all
keys in ~/.ssh/known_hosts are in "ssh-rsa" format. The new "ecdsa-sha2-nistp256" format is NOT supported.
e.g. "<a href="mailto:git@github.com">git@github.com</a>:configuration/cloud-configuration". It is important that an entry for the Git server be present in the <code>~/.ssh/known_hosts</code> file and that it is in <code>ssh-rsa</code> format. Other formats (like <code>ecdsa-sha2-nistp256</code>) are not supported. To avoid surprises, you should ensure that only one entry is present in the <code>known_hosts</code> file for the Git server and that it is matching with the URL you provided to the config server. If you used a hostname in the URL, you want to have exactly that in the <code>known_hosts</code> file, not the IP.
The repository is accessed using JGit, so any documentation you find on
that should be applicable. HTTPS proxy settings can be set in
<code>~/.git/config</code> or in the same way as for any other JVM process via