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.