Add ED25519 SSH key support for Ubuntu 24 LTS

This commit is contained in:
chiu 2026-06-05 09:22:54 +00:00
parent bc8719a383
commit 7e3caa8cd0
1 changed files with 4 additions and 1 deletions

View File

@ -293,4 +293,7 @@ gem 'net_http_unix'
gem 'roda', '3.66.0'
gem 'roda-proxy', git: 'http://orbitgit.cloud/chiu/roda-proxy'
gem "rails-reverse-proxy", git: "http://orbitgit.cloud/chiu/rails-reverse-proxy"
gem 'loofah', '2.20.0' #bind the latest work version to avoid crash
gem 'loofah', '2.20.0' #bind the latest work version to avoid crash
gem 'rbnacl', '~> 3.4'
gem 'rbnacl-libsodium'
gem 'bcrypt_pbkdf', '~> 1.1'