summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorTakeru Hayasaka <hayatake396@gmail.com>2024-12-12 02:27:02 +0900
committerTakeru Hayasaka <hayatake396@gmail.com>2024-12-23 09:13:14 +0000
commite7cab89f9f81b2eeb456657d26dda8bd7d7fc428 (patch)
tree69054364573f7b86674c7b2899809fe10cf146dc /interface-definitions
parent3168305a0474573ad0f36fee399baa423cbce5e4 (diff)
downloadvyos-1x-e7cab89f9f81b2eeb456657d26dda8bd7d7fc428.tar.gz
vyos-1x-e7cab89f9f81b2eeb456657d26dda8bd7d7fc428.zip
T6013: Add support for configuring TrustedUserCAKeys in SSH service with local and remote CA keys
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/service_ssh.xml.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/service_ssh.xml.in b/interface-definitions/service_ssh.xml.in
index 221e451d1..14d358c78 100644
--- a/interface-definitions/service_ssh.xml.in
+++ b/interface-definitions/service_ssh.xml.in
@@ -275,6 +275,14 @@
</constraint>
</properties>
</leafNode>
+ <node name="trusted-user-ca-key">
+ <properties>
+ <help>Trusted user CA key</help>
+ </properties>
+ <children>
+ #include <include/pki/ca-certificate.xml.i>
+ </children>
+ </node>
#include <include/vrf-multi.xml.i>
</children>
</node>