diff options
author | Nicolas Vollmar <nvollmar@gmail.com> | 2024-05-05 11:38:14 +0200 |
---|---|---|
committer | Nicolas Vollmar <nvollmar@gmail.com> | 2024-05-05 11:38:14 +0200 |
commit | 67a3db4ad3f6dd64f2c7aa626dd0207a40b417f4 (patch) | |
tree | bb2185962c70411779efd8fda512ba2656c52743 /docs | |
parent | 42d29b1e83ee9775aafa2a2162bdb56b65df4ca6 (diff) | |
download | vyos-documentation-67a3db4ad3f6dd64f2c7aa626dd0207a40b417f4.tar.gz vyos-documentation-67a3db4ad3f6dd64f2c7aa626dd0207a40b417f4.zip |
T2468: clarify password encoding requirment
Diffstat (limited to 'docs')
-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 |