diff options
author | Robert Göhler <github@ghlr.de> | 2024-05-05 22:43:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-05 22:43:45 +0200 |
commit | 210a2c0258925a4569a56c323155b7883ced1fdf (patch) | |
tree | e1fba5d004cf86a735c6385e8d4a8ee7d05f5be2 | |
parent | da79ee0039a80506323c12f4544e89a8c75ceb75 (diff) | |
parent | 67a3db4ad3f6dd64f2c7aa626dd0207a40b417f4 (diff) | |
download | vyos-documentation-210a2c0258925a4569a56c323155b7883ced1fdf.tar.gz vyos-documentation-210a2c0258925a4569a56c323155b7883ced1fdf.zip |
Merge pull request #1418 from nvollmar/T2468
T2468: clarify password encoding requirement
-rw-r--r-- | docs/cli.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cli.rst b/docs/cli.rst index 884971da..79501c66 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -872,6 +872,9 @@ be ``config.boot-hostname.YYYYMMDD_HHMMSS``. * ``tftp://<host>/<dir>`` * ``git+https://<user>:<passwd>@<host>/<path>`` + Since username and password are part of the URI, they need to be + properly url encoded if containing special characters. + .. note:: The number of revisions don't affect the commit-archive. .. note:: You may find VyOS not allowing the secure connection because |