Gitlab - Can't add ssh key -
i have installed gitlab using aur on archlinux server. working well, except can not add ssh keys.
i error fingerprint cannot generated
. in log got
started "/profile/keys/new" my.ip.on.arch @ 2015-03-28 13:13:52 +0100 processing profiles::keyscontroller#new html completed 200 ok in 159ms (views: 110.9ms | activerecord: 8.8ms) started post "/profile/keys" 92.157.142.177 @ 2015-03-28 13:13:58 +0100 processing profiles::keyscontroller#create html parameters: {"utf8"=>"✓", "authenticity_token"=>"wx7vmjy1ftk9xuwc7ol5zt5irmqbbu22hjjvpfh6iby=", "key"=>{"title"=>"my@email", "key"=>"ssh-rsa aaaab3nzac1yc2eaaaadaqabaaabaqdetfmjbxe8lzga4ywto82deh6ajyvoit3l8emteynpzed0wvdeky2tzt8vhwkstjj90e14usuxaromaewyqqdahs3lym5dzlen/vxfsucncux3dpjfxjaefr9z9/bqdhwxwcf9cdwlgiixz8u91hs4k2rxpt4q746jzce/oywlbo1mibaqd1mmkmf8d3jpj9+jxat2c2u83dpeaz4aim+m0jv3x6miqreehgfrig2lmes16mw/y638zk3wzx/qk1z9rngkikih4afc9tzm2bt0jeuxxmly3cbq03wttmlf1lekvnyjfp19fvfwei2jfdnefllscunpyeenwctargwv my@email"}} completed 200 ok in 175ms (views: 95.2ms | activerecord: 12.6ms)
i've test switch chmod 777 everywhere thought (/tmp
, /var/lib/gitlab/.ssh
), , still failing.
i've read lot of things such issues on centos selinux, i'm not using selinux...
if has idea, great! thank lot,
the issue due new openssh version. fix has been proposed here : https://github.com/sstanovnik/gitlabhq/blob/openssh_fix/app/models/key.rb
issue tracked here : https://github.com/gitlabhq/gitlabhq/pull/9008
Comments
Post a Comment