diff options
| author | Takeru Hayasaka <hayatake396@gmail.com> | 2024-12-12 02:27:02 +0900 |
|---|---|---|
| committer | Takeru Hayasaka <hayatake396@gmail.com> | 2024-12-23 09:13:14 +0000 |
| commit | e7cab89f9f81b2eeb456657d26dda8bd7d7fc428 (patch) | |
| tree | 69054364573f7b86674c7b2899809fe10cf146dc /interface-definitions | |
| parent | 3168305a0474573ad0f36fee399baa423cbce5e4 (diff) | |
| download | vyos-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.in | 8 |
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> |
