From f50f7b043a8636a57fc61330d94550734d2826b5 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 1 Nov 2022 09:03:40 +0100 Subject: login: T4750: add ecdsa-sk and ed25519-sk as supported public key type --- interface-definitions/system-login.xml.in | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/interface-definitions/system-login.xml.in b/interface-definitions/system-login.xml.in index def42544a..027d3f587 100644 --- a/interface-definitions/system-login.xml.in +++ b/interface-definitions/system-login.xml.in @@ -127,32 +127,44 @@ - Public key type + SSH public key type - ssh-dss ssh-rsa ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-ed25519 + ssh-dss ssh-rsa ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-ed25519 ecdsa-sk ed25519-sk ssh-dss - + Digital Signature Algorithm (DSA) key support ssh-rsa - + Key pair based on RSA algorithm ecdsa-sha2-nistp256 - + Elliptic Curve DSA with NIST P-256 curve ecdsa-sha2-nistp384 - + Elliptic Curve DSA with NIST P-384 curve + + + ecdsa-sha2-nistp521 + Elliptic Curve DSA with NIST P-521 curve ssh-ed25519 - + Edwards-curve DSA with elliptic curve 25519 + + + ecdsa-sk + Elliptic Curve DSA security key + + + ed25519-sk + Elliptic curve 25519 security key - (ssh-dss|ssh-rsa|ecdsa-sha2-nistp256|ecdsa-sha2-nistp384|ecdsa-sha2-nistp521|ssh-ed25519) + (ssh-dss|ssh-rsa|ecdsa-sha2-nistp256|ecdsa-sha2-nistp384|ecdsa-sha2-nistp521|ssh-ed25519|ecdsa-sk|ed25519-sk) -- cgit v1.2.3