mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-16 18:42:05 +01:00
T2405: add Git support to commit-archive
This commit is contained in:
parent
403bca3bad
commit
643432e59f
11
docs/cli.rst
11
docs/cli.rst
@ -861,14 +861,17 @@ be ``config.boot-hostname.YYYYMMDD_HHMMSS``.
|
|||||||
Specify remote location of commit archive as any of the below
|
Specify remote location of commit archive as any of the below
|
||||||
:abbr:`URI (Uniform Resource Identifier)`
|
:abbr:`URI (Uniform Resource Identifier)`
|
||||||
|
|
||||||
* ``scp://<user>:<passwd>@<host>:/<dir>``
|
* ``http://<user>:<passwd>@<host>:/<dir>``
|
||||||
* ``sftp://<user>:<passwd>@<host>/<dir>``
|
* ``https://<user>:<passwd>@<host>:/<dir>``
|
||||||
* ``ftp://<user>:<passwd>@<host>/<dir>``
|
* ``ftp://<user>:<passwd>@<host>/<dir>``
|
||||||
|
* ``sftp://<user>:<passwd>@<host>/<dir>``
|
||||||
|
* ``scp://<user>:<passwd>@<host>:/<dir>``
|
||||||
* ``tftp://<host>/<dir>``
|
* ``tftp://<host>/<dir>``
|
||||||
|
* ``git+https://<user>:<passwd>@<host>/<path>``
|
||||||
|
|
||||||
.. note:: The number of revisions don't affect the commit-archive.
|
.. note:: The number of revisions don't affect the commit-archive.
|
||||||
|
|
||||||
.. note:: You may find VyOS not allowing the secure connection because
|
.. note:: You may find VyOS not allowing the secure connection because
|
||||||
it cannot verify the legitimacy of the remote server. You can use
|
it cannot verify the legitimacy of the remote server. You can use
|
||||||
the workaround below to quickly add the remote host's SSH
|
the workaround below to quickly add the remote host's SSH
|
||||||
fingerprint to your ``~/.ssh/known_hosts`` file:
|
fingerprint to your ``~/.ssh/known_hosts`` file:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user