Merge branch 'use-ssh_data-gem' into 'master'
Use `ssh_data` gem instead of `net-ssh` and `sshkey` where possible See merge request gitlab-org/gitlab!77424
Showing
... | @@ -468,7 +468,7 @@ gem 'net-ntp' | ... | @@ -468,7 +468,7 @@ gem 'net-ntp' |
# SSH host key support | # SSH host key support | ||
gem 'net-ssh', '~> 6.0' | gem 'net-ssh', '~> 6.0' | ||
gem 'sshkey', '~> 2.0' | gem 'ssh_data', '~> 1.2' | ||
# Required for ED25519 SSH host key support | # Required for ED25519 SSH host key support | ||
group :ed25519 do | group :ed25519 do | ||
... | ... |
Please register or sign in to comment