summaryrefslogtreecommitdiff
path: root/op-mode-definitions/generate-public-key-command.xml.in
blob: b50b432b8bfbb34d97d7ca1b48e2b7d6dad18bb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="generate">
    <children>
      <node name="public-key-command">
        <properties>
          <help>Generate configuration mode command to add OpenSSH public key from file</help>
        </properties>
        <children>
          <tagNode name="user">
            <properties>
	      <help>Username of public key owner</help>
              <completionHelp>
                <list>&lt;username&gt;</list>
              </completionHelp>
            </properties>
            <children>
              <tagNode name="path">
                <properties>
		  <help>Local path or remote URL of OpenSSH public key</help>
                  <completionHelp>
                    <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>
              </tagNode>
            </children>
          </tagNode>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>