Add ED25519 SSH key support for Ubuntu 24 LTS

This commit is contained in:
chiu 2026-05-05 04:06:40 +00:00
parent 539354f792
commit 53791d82c2
1 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,6 @@ gemspec
# To use a debugger
# gem 'byebug', group: [:development, :test]
gem 'rbnacl', '~> 3.4'
gem 'rbnacl-libsodium'
gem 'bcrypt_pbkdf', '~> 1.1'