]> source.dussan.org Git - jgit.git/commitdiff
Include id_ed25519 in the known default identity files 52/133352/1
authorThomas Wolf <thomas.wolf@paranor.ch>
Sun, 2 Dec 2018 15:35:12 +0000 (16:35 +0100)
committerThomas Wolf <thomas.wolf@paranor.ch>
Sun, 2 Dec 2018 15:35:12 +0000 (16:35 +0100)
Change-Id: I9fb30c8fbb65536782ee73644c8990eb6661c660
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit/src/org/eclipse/jgit/transport/SshConstants.java

index fd6301bb46d5997afeddcf1e620c0c09143ecd2c..2b79d7105c4e197b2577b37d4b966927b18cfe0f 100644 (file)
@@ -197,6 +197,6 @@ public final class SshConstants {
 
        /** All known default identity file names. */
        public static final String[] DEFAULT_IDENTITIES = { //
-                       ID_RSA, ID_DSA, ID_ECDSA // , ID_ED25519 // not yet...
+                       ID_RSA, ID_DSA, ID_ECDSA, ID_ED25519
        };
 }