Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' into 'master'
Sanitize extra blank spaces used when uploading a SSH key Closes #40552 See merge request gitlab-org/gitlab-ce!17138
Showing
... | @@ -401,6 +401,7 @@ gem 'sys-filesystem', '~> 1.1.6' | ... | @@ -401,6 +401,7 @@ gem 'sys-filesystem', '~> 1.1.6' |
# 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