From cbb96397d1f5cffef7984b08a426646aaea93e5b Mon Sep 17 00:00:00 2001 From: Fabian Henneke Date: Tue, 1 Sep 2020 10:12:27 +0200 Subject: Add Keystore backend for SSH public key authentication (#1070) --- app/src/main/res/values/strings.xml | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 72d4d5db..5c8b75cd 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -199,12 +199,29 @@ Passphrase Comment Generate - Copy - Provide this public key to your Git server. + Share + Later + %1$s\n\nProvide this public key to your Git server. Generating keys… Done! - 2048 - 4096 + Protect with screen lock credential + Public key copied to clipboard + RSA + ECDSA + Ed25519 + RSA (3072 bit)\nSupported by all servers, but authentication is comparatively slow. + ECDSA (NIST P-256)\nFast authentication and supported by most servers that are still receiving updates. + Ed25519\nFast authentication, but only supported by rather modern servers. + SSH key + Replace existing SSH key? You might lose access to your server. + Replace + Keep + + + + Screen lock authentication failed + Unlock SSH key + Generate SSH key OK -- cgit v1.2.3