From e96749a19e61c92d3d1e4c36f8d6d3c054b3e74d Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Thu, 17 Oct 2019 11:46:23 +0000 Subject: [PATCH] UI: In SSH key creation page, list supported key types (only RSA right now) --- templates/key/new.hamlet | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/key/new.hamlet b/templates/key/new.hamlet index ca17971..508f933 100644 --- a/templates/key/new.hamlet +++ b/templates/key/new.hamlet @@ -12,7 +12,13 @@ $# You should have received a copy of the CC0 Public Domain Dedication along $# with this software. If not, see $# . -Enter the details and click "Submit" to add a new SSH key. +

+ Enter the details and click "Submit" to add a new SSH key. + +

+ Currently, the only supported key type is RSA (i.e. public keys that start + with the "ssh-rsa"). Ed25519 support is planned; if you'd like that, open a + ticket or tell me about it, to make it a higher priority :)

^{widget}