Add ED25519 SSH key support for Ubuntu 24 LTS
This commit is contained in:
parent
bc8719a383
commit
7e3caa8cd0
|
|
@ -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'
|
||||
Loading…
Reference in New Issue