From 8c78ef0879f22ffd4a5f7fdb175e9109b46e9d7b Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 11 Feb 2024 21:49:25 +0100 Subject: pki: T6034: add OpenSSH key support set pki openssh rpki private key ... set pki openssh rpki public key ... set pki openssh rpki public type 'ssh-rsa' --- .../include/pki/openssh-key.xml.i | 14 ++++++++ interface-definitions/pki.xml.in | 39 ++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 interface-definitions/include/pki/openssh-key.xml.i (limited to 'interface-definitions') diff --git a/interface-definitions/include/pki/openssh-key.xml.i b/interface-definitions/include/pki/openssh-key.xml.i new file mode 100644 index 000000000..8f005d077 --- /dev/null +++ b/interface-definitions/include/pki/openssh-key.xml.i @@ -0,0 +1,14 @@ + + + + OpenSSH key in PKI configuration + + pki openssh + + + txt + Name of OpenSSH key in PKI configuration + + + + diff --git a/interface-definitions/pki.xml.in b/interface-definitions/pki.xml.in index 617bdd584..7a0b073b4 100644 --- a/interface-definitions/pki.xml.in +++ b/interface-definitions/pki.xml.in @@ -157,6 +157,45 @@ + + + OpenSSH public and private keys + + + + + Public key + + + #include + + + SSH public key type + + ssh-rsa + + + ssh-rsa + Key pair based on RSA algorithm + + + (ssh-rsa) + + + + + + + + Private key + + + #include + #include + + + + OpenSSH public and private keys -- cgit v1.2.3