浏览代码

Include id_ed25519 in the known default identity files

Change-Id: I9fb30c8fbb65536782ee73644c8990eb6661c660
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
tags/v5.2.0.201812061821-r
Thomas Wolf 5 年前
父节点
当前提交
450b196627
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/transport/SshConstants.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/transport/SshConstants.java 查看文件

@@ -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
};
}

正在加载...
取消
保存