Skip to content

Commit

Permalink
Prepend id_ed25519 to list of SSH private key defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jun 26, 2024
1 parent aee3302 commit 6543b14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public interface IConstants{
public static final String PROXY_TYPE_HTTP="HTTP"; //$NON-NLS-1$
public static final String HTTP_DEFAULT_PORT="80"; //$NON-NLS-1$
public static final String SOCKS5_DEFAULT_PORT="1080"; //$NON-NLS-1$
public static final String PRIVATE_KEYS_DEFAULT="id_dsa,id_rsa"; //$NON-NLS-1$
public static final String PRIVATE_KEYS_DEFAULT="id_ed25519,id_dsa,id_rsa"; //$NON-NLS-1$

public static final String DSA="DSA"; //$NON-NLS-1$
public static final String RSA="RSA"; //$NON-NLS-1$
Expand Down

0 comments on commit 6543b14

Please sign in to comment.