Fix generating SSH key fingerprints with OpenSSH 6.8.
Compare changes
+ 4
− 16
@@ -16,7 +16,6 @@ require 'digest/md5'
@@ -79,20 +78,9 @@ class Key < ActiveRecord::Base
Replaces https://github.com/gitlabhq/gitlabhq/pull/9008.
Fixes gitlab-org/gitlab-ce#1289.