summaryrefslogtreecommitdiff
path: root/op-mode-definitions/generate-public-key-command.xml.in
blob: 21f0f56f08a652dc4c3a959122761fc54cd1ee17 (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><![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>
                  </completionHelp>
                </properties>
                <command>${vyos_op_scripts_dir}/generate_public_key_command.py "$4" "$6"</command>
              </tagNode>
            </children>
          </tagNode>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>