From b277a12b7faa799c9263c124298e23d960aea634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Falk?= Date: Fri, 18 Oct 2024 11:49:13 +0200 Subject: [PATCH] Add ssh-ed25519 and ecdsa-sha2-nistp256 algorithms to ManuallyProvidedKeyVerificationStrategy SSH key help text (#522) --- .../ManuallyProvidedKeyVerificationStrategy/help-key.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/hudson/plugins/sshslaves/verifiers/ManuallyProvidedKeyVerificationStrategy/help-key.html b/src/main/resources/hudson/plugins/sshslaves/verifiers/ManuallyProvidedKeyVerificationStrategy/help-key.html index 0aad06ee..456ad9fe 100644 --- a/src/main/resources/hudson/plugins/sshslaves/verifiers/ManuallyProvidedKeyVerificationStrategy/help-key.html +++ b/src/main/resources/hudson/plugins/sshslaves/verifiers/ManuallyProvidedKeyVerificationStrategy/help-key.html @@ -1 +1 @@ -

The SSH key expected for this connection. This key should be in the form `algorithm value` where algorithm is one of ssh-rsa or ssh-dss, and value is the Base 64 encoded content of the key.

+

The SSH key expected for this connection. This key should be in the form `algorithm value` where algorithm is one of ssh-rsa, ssh-ed25519, ecdsa-sha2-nistp256 or ssh-dss and value is the Base 64 encoded content of the key.