Skip to content

Commit

Permalink
Add ed25519 to ALL_KEY_TYPES (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehforsch authored Oct 17, 2024
1 parent 52f9a0e commit ee59e07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions russh-keys/src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pub const SSH_RSA: Name = Name("ssh-rsa");

pub static ALL_KEY_TYPES: &[&Name] = &[
&NONE,
&ED25519,
&SSH_RSA,
&RSA_SHA2_256,
&RSA_SHA2_512,
Expand Down

0 comments on commit ee59e07

Please sign in to comment.