diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2024-12-30 01:26:25 -0600 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2024-12-30 02:03:24 -0600 |
commit | 484e9b8f2e5d02a43d970f20625bb5ab7c5c21dc (patch) | |
tree | f8069eac045a312cd5f753c54a0e7487f95d7a20 /interface-definitions/pki.xml.in | |
parent | c38759211537050c504b95fa87e905d08a0288d2 (diff) | |
download | vyos-1x-484e9b8f2e5d02a43d970f20625bb5ab7c5c21dc.tar.gz vyos-1x-484e9b8f2e5d02a43d970f20625bb5ab7c5c21dc.zip |
xml: T5738: De-duplicate 'openssh' tagNode
Interface definition for pki has redundant `tagNode`
for `openssh`. Remove the redundant one.
Diffstat (limited to 'interface-definitions/pki.xml.in')
-rw-r--r-- | interface-definitions/pki.xml.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/interface-definitions/pki.xml.in b/interface-definitions/pki.xml.in index 5c0b735ef..161f20b33 100644 --- a/interface-definitions/pki.xml.in +++ b/interface-definitions/pki.xml.in @@ -202,30 +202,6 @@ </node> </children> </tagNode> - <tagNode name="openssh"> - <properties> - <help>OpenSSH public and private keys</help> - </properties> - <children> - <node name="public"> - <properties> - <help>Public key</help> - </properties> - <children> - #include <include/pki/cli-public-key-base64.xml.i> - </children> - </node> - <node name="private"> - <properties> - <help>Private key</help> - </properties> - <children> - #include <include/pki/cli-private-key-base64.xml.i> - #include <include/pki/password-protected.xml.i> - </children> - </node> - </children> - </tagNode> <node name="openvpn"> <properties> <help>OpenVPN keys</help> |