Skip to content

Commit

Permalink
fix: add support for curve25519 key exchange
Browse files Browse the repository at this point in the history
Signed-off-by: Sonu Saha <[email protected]>
  • Loading branch information
ahasunos committed Mar 22, 2024
1 parent 0f55383 commit 4b8df49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ group :test do
gem "m"
gem "ed25519" # ed25519 ssh key support
gem "bcrypt_pbkdf" # ed25519 ssh key support
gem "x25519" # curve25519-sha256 ssh key support done here as its a native gem we can't put in the gemspec
# This is not a true gem installation
# (Gem::Specification.find_by_path('train-gem-fixture') will return nil)
# but it's close enough to show the gempath handler can find a plugin
Expand Down

0 comments on commit 4b8df49

Please sign in to comment.