diff options
author | Rubén Dávila <ruben@gitlab.com> | 2018-02-16 11:32:08 -0500 |
---|---|---|
committer | Rubén Dávila <ruben@gitlab.com> | 2018-02-16 11:32:08 -0500 |
commit | 7044a3a54a4ee4dd45af111727df2ff512db1a22 (patch) | |
tree | 26f5fbbc8d27688f6aa5f6dec4aa6a92aee98d56 /Gemfile | |
parent | 75fd83245450216b0aeec9993455802764eaf87b (diff) | |
download | gitlab-ce-7044a3a54a4ee4dd45af111727df2ff512db1a22.tar.gz |
Validate SSH keys through the sshkey gemrd-40552-gitlab-should-check-if-keys-are-valid-before-saving
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -401,6 +401,7 @@ gem 'sys-filesystem', '~> 1.1.6' # SSH host key support gem 'net-ssh', '~> 4.1.0' +gem 'sshkey', '~> 1.9.0' # Required for ED25519 SSH host key support group :ed25519 do |