summaryrefslogtreecommitdiff
path: root/op-mode-definitions/generate-public-key-command.xml.in
diff options
context:
space:
mode:
authorerkin <e.altunbas@vyos.io>2021-06-20 15:43:26 +0300
committererkin <e.altunbas@vyos.io>2021-06-20 15:43:26 +0300
commit35d98c78455fe484cea18fb0c3c537059a798e17 (patch)
tree346395d7924eef62e7d7bc6ff745d931cf6a69ee /op-mode-definitions/generate-public-key-command.xml.in
parent79ce4caf051ce30914ee3d08f1bd23753bf06af1 (diff)
downloadvyos-1x-35d98c78455fe484cea18fb0c3c537059a798e17.tar.gz
vyos-1x-35d98c78455fe484cea18fb0c3c537059a798e17.zip
Revert to the character entity reference version
Diffstat (limited to 'op-mode-definitions/generate-public-key-command.xml.in')
-rw-r--r--op-mode-definitions/generate-public-key-command.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/generate-public-key-command.xml.in b/op-mode-definitions/generate-public-key-command.xml.in
index 21f0f56f0..5815e5cf9 100644
--- a/op-mode-definitions/generate-public-key-command.xml.in
+++ b/op-mode-definitions/generate-public-key-command.xml.in
@@ -19,7 +19,7 @@
<properties>
<help>Local path or remote URL of OpenSSH public key</help>
<completionHelp>
- <list><![CDATA[<http[s]://[<username>:<password>@]<hostname>/<path-to-file>> <ftp://[<username>[:<password>]@]<hostname>/<path-to-file>> <tftp://<hostname>/<path-to-file>> <sftp://[<username>[:<password>]@]<hostname>/<path-to-file>> <scp://[<username>[:<password>]@]<hostname>/<path-to-file>> <[file://]/<path-to-file>>]]></list>
+ <list>&lt;http[s]://[&lt;username&gt;:&lt;password&gt;@]&lt;hostname&gt;/&lt;path-to-file&gt;&gt; &lt;ftp://[&lt;username&gt;[:&lt;password&gt;]@]&lt;hostname&gt;/&lt;path-to-file&gt;&gt; &lt;tftp://&lt;hostname&gt;/&lt;path-to-file&gt;&gt; &lt;sftp://[&lt;username&gt;[:&lt;password&gt;]@]&lt;hostname&gt;/&lt;path-to-file&gt;&gt; &lt;scp://[&lt;username&gt;[:&lt;password&gt;]@]&lt;hostname&gt;/&lt;path-to-file&gt;&gt; &lt;[file://]/&lt;path-to-file&gt;&gt;</list>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/generate_public_key_command.py "$4" "$6"</command>