blob: dc6e0d02e876f86238b56b5baf2ee2be014cc2de (
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
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="ssh">
<properties>
<help>Show SSH server information</help>
</properties>
<children>
<node name="fingerprints">
<properties>
<help>Show SSH server public key fingerprints</help>
</properties>
<command>${vyos_op_scripts_dir}/show-ssh-fingerprints.py</command>
<children>
<node name="ascii">
<properties>
<help>Show visual ASCII art representation of the public key</help>
</properties>
<command>${vyos_op_scripts_dir}/show-ssh-fingerprints.py --ascii</command>
</node>
</children>
</node>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|