Allow pull mirrors to use SSH public key authentication (backend)
Showing
... | @@ -407,6 +407,7 @@ gem 'net-ntp' | ... | @@ -407,6 +407,7 @@ gem 'net-ntp' |
# SSH host key support | # SSH host key support | ||
gem 'net-ssh', '~> 4.1.0' | gem 'net-ssh', '~> 4.1.0' | ||
gem 'sshkey', '~> 1.9.0' | |||
# 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