2016-01-18 7 views
2

Привет, я беспокоюсь о моем сервере gitlab на Ubuntu 14.04 64Bit Установить соединение через ssh не работает. Соединение с сервером через ssh с теми же ключами отлично работает. Ключ для GitHub сохраняется наGitlab ce ssh pupkey

/var/opt/gitlab/.ssh/authorized_keys

и начинается с

команды = "/ Opt/gitlab/встроенный/услуга/gitlab-shell/bin/gitlab-shell key-4 ", no-port-forwarding, no-X11-forwarding, no-agent-forwarding, no-pty ssh-rsa [...]

auth. Журнал дает следующее сообщение

input_userauth_request: недопустимый мерзавец пользователя [PREAUTH]

Соединение закрыто 139.13.201.xxx [PREAUTH]

выход из SSH -vt

OpenSSH_7.1p2, OpenSSL 1.0.2e 3 Dec 2015 
debug1: Reading configuration data /etc/ssh/ssh_config 
debug1: Connecting to xxx.com [85.214.233.xxx] port 22. 
debug1: Connection established. 
debug1: identity file /home/hsync/.ssh/id_rsa type 1 
debug1: key_load_public: No such file or directory 
debug1: identity file /home/hsync/.ssh/id_rsa-cert type -1 
debug1: key_load_public: No such file or directory 
debug1: identity file /home/hsync/.ssh/id_dsa type -1 
debug1: key_load_public: No such file or directory 
debug1: identity file /home/hsync/.ssh/id_dsa-cert type -1 
debug1: key_load_public: No such file or directory 
debug1: identity file /home/hsync/.ssh/id_ecdsa type -1 
debug1: key_load_public: No such file or directory 
debug1: identity file /home/hsync/.ssh/id_ecdsa-cert type -1 
debug1: key_load_public: No such file or directory 
debug1: identity file /home/hsync/.ssh/id_ed25519 type -1 
debug1: key_load_public: No such file or directory 
debug1: identity file /home/hsync/.ssh/id_ed25519-cert type -1 
debug1: Enabling compatibility mode for protocol 2.0 
debug1: Local version string SSH-2.0-OpenSSH_7.1 
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.4 
debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.4 pat OpenSSH_6.6.1* compat 0x04000000 
debug1: Authenticating to xxxx.com:22 as 'git' 
debug1: SSH2_MSG_KEXINIT sent 
debug1: SSH2_MSG_KEXINIT received 
debug1: kex: server->client [email protected] <implicit> none 
debug1: kex: client->server [email protected] <implicit> none 
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY 
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:gIp2PDQMrB5497SLo+rflwFRdg8FJODSWPklNbgFHvo 
debug1: Host 'felixschulze.com' is known and matches the ECDSA host key. 
debug1: Found key in /home/hsync/.ssh/known_hosts:2 
debug1: SSH2_MSG_NEWKEYS sent 
debug1: expecting SSH2_MSG_NEWKEYS 
debug1: SSH2_MSG_NEWKEYS received 
debug1: SSH2_MSG_SERVICE_REQUEST sent 
debug1: SSH2_MSG_SERVICE_ACCEPT received 
debug1: Authentications that can continue: publickey 
debug1: Next authentication method: publickey 
debug1: Offering RSA public key: /home/hsync/.ssh/id_rsa 
debug1: Authentications that can continue: publickey 
debug1: Trying private key: /home/hsync/.ssh/id_dsa 
debug1: Trying private key: /home/hsync/.ssh/id_ecdsa 
debug1: Trying private key: /home/hsync/.ssh/id_ed25519 
debug1: No more authentication methods to try. 
Permission denied (publickey). 

Я нашел следующий совет по gitlab faqs https://github.com/gitlabhq/gitlab-public-wiki/wiki/Trouble-Shooting-Guide#ssh Но re is no/home/git directory.

[1] пользователь мерзавца в PASSWD

мерзавца: х: 998: 998 ::/вар/Opt/gitlab:/бен/ш

Надеется, что вы можете дать мне какие-либо рекомендации ,

Спасибо за помощь

[1] Редактировать

+0

Каков домашний каталог пользователя git на сервере? Не могли бы вы изменить свой вопрос, чтобы включить строку для 'git' в/etc/passwd? – Kenster

ответ

0

SSH поиск неисправностей написано предполагая, что GitLab устанавливается с помощью учетной записи мерзавца в /home/git (и включают в себя /home/git/.ssh/authorized_keys)

Если это не ваш случай , но SSH все еще использует 'мерзавец', это означает, что ваш GitLab config still references the default user git

# Uncomment and customize if you can't use the default user to run GitLab (default: 'git') 
# user: git 
1

о, позор м e, я отключил PAM в sshd_config, во время некоторых истечений с ssh и никогда не включал его.

Смежные вопросы