Skip to content

Commit

Permalink
Add ssh-ed25519 to default SSH host key algs
Browse files Browse the repository at this point in the history
  • Loading branch information
SCadilhac committed Dec 17, 2023
1 parent d1b01a4 commit fe79a89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static class SshConfig {
};

static private String[] DEFAULT_SSH_HOST_KEY_ALGORITHMS = {
"rsa-sha2-256", "rsa-sha2-512", "ssh-rsa", "ssh-dss",
"rsa-sha2-256", "rsa-sha2-512", "ssh-rsa", "ssh-dss", "ssh-ed25519",
};

static {
Expand Down

0 comments on commit fe79a89

Please sign in to comment.