Sync docs from master to gh-pages
This commit is contained in:
@@ -1077,8 +1077,7 @@ e.g.</p>
|
||||
<p>If you don’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
|
||||
|
||||
Reference in New Issue
Block a user