gitfs: Add warning about ssh:// URLs (dulwich)

This commit is contained in:
Erik Johnson 2015-02-24 20:21:18 -06:00 committed by C. R. Oldham
parent 7ed9c66b02
commit 341b6622c8

View file

@ -181,6 +181,14 @@ master:
Information on how to authenticate to SSH remotes can be found :ref:`here
<gitfs-authentication>`.
.. note::
Dulwich does not recognize ``ssh://`` URLs, ``git+ssh://`` must be used
instead. Salt version 2015.2.0 and later will automatically add the
``git+`` to the beginning of these URLs before fetching, but earlier
Salt versions will fail to fetch unless the URL is specified using
``git+ssh://``.
3. Restart the master to load the new configuration.