diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-11 21:49:57 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-02-13 20:40:00 +0000 |
commit | ef64c051d0c90a1ddafe80b4509ffdf1e1035b50 (patch) | |
tree | 578cd8a3099f737e20eabcbe1b9cc6edc558bfbf /interface-definitions/protocols_rpki.xml.in | |
parent | 71397fb4070758e5ce29be08a3572bf3ee62cb06 (diff) | |
download | vyos-1x-ef64c051d0c90a1ddafe80b4509ffdf1e1035b50.tar.gz vyos-1x-ef64c051d0c90a1ddafe80b4509ffdf1e1035b50.zip |
rpki: T6034: move SSH authentication keys to PKI subsystem
(cherry picked from commit ac2d7dfac6073d0f232191ec494f78a8d12889e4)
Diffstat (limited to 'interface-definitions/protocols_rpki.xml.in')
-rw-r--r-- | interface-definitions/protocols_rpki.xml.in | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/interface-definitions/protocols_rpki.xml.in b/interface-definitions/protocols_rpki.xml.in index 6c71f69f3..54d69eadb 100644 --- a/interface-definitions/protocols_rpki.xml.in +++ b/interface-definitions/protocols_rpki.xml.in @@ -47,22 +47,7 @@ <help>RPKI SSH connection settings</help> </properties> <children> - <leafNode name="private-key-file"> - <properties> - <help>RPKI SSH private key file</help> - <constraint> - <validator name="file-path"/> - </constraint> - </properties> - </leafNode> - <leafNode name="public-key-file"> - <properties> - <help>RPKI SSH public key file path</help> - <constraint> - <validator name="file-path"/> - </constraint> - </properties> - </leafNode> + #include <include/pki/openssh-key.xml.i> #include <include/generic-username.xml.i> </children> </node> |