Bugzilla – Attachment 2552 Details for
Bug 2355
general protection / segfaults when PermitOpen=none
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sshd.log
sshd.log (text/plain), 131.73 KB, created by
Christoph Anton Mitterer
on 2015-02-21 12:03:21 AEDT
(
hide
)
Description:
sshd.log
Filename:
MIME Type:
Creator:
Christoph Anton Mitterer
Created:
2015-02-21 12:03:21 AEDT
Size:
131.73 KB
patch
obsolete
>root@server:~# /usr/sbin/sshd -dddD -p 50000 >debug2: load_server_config: filename /etc/ssh/sshd_config >debug2: load_server_config: done config len = 2849 >debug2: parse_server_config: config /etc/ssh/sshd_config len 2849 >debug3: /etc/ssh/sshd_config:23 setting UsePrivilegeSeparation sandbox >debug3: /etc/ssh/sshd_config:34 setting ListenAddress localhost >debug3: /etc/ssh/sshd_config:35 setting ListenAddress ip6-localhost >debug3: /etc/ssh/sshd_config:36 setting ListenAddress 1.lo.iface.localhost >debug3: /etc/ssh/sshd_config:37 setting ListenAddress 0.ssh.srv.localhost >debug3: /etc/ssh/sshd_config:38 setting ListenAddress 0.ssh.srv.ip6-localhost >debug3: /etc/ssh/sshd_config:41 setting TCPKeepAlive no >debug3: /etc/ssh/sshd_config:57 setting Protocol 2 >debug3: /etc/ssh/sshd_config:67 setting Compression no >debug3: /etc/ssh/sshd_config:69 setting ClientAliveInterval 15 >debug3: /etc/ssh/sshd_config:70 setting ClientAliveCountMax 8 >debug3: /etc/ssh/sshd_config:73 setting GSSAPIKeyExchange no >debug3: /etc/ssh/sshd_config:76 setting KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256 >debug3: kex names ok: [curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256] >debug3: /etc/ssh/sshd_config:78 setting Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr >debug3: /etc/ssh/sshd_config:80 setting MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com >debug3: macs ok: [hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com] >debug3: /etc/ssh/sshd_config:82 setting ServerKeyBits 4096 >debug3: /etc/ssh/sshd_config:83 setting KeyRegenerationInterval 10m >debug3: /etc/ssh/sshd_config:84 setting RekeyLimit default 1h >debug3: /etc/ssh/sshd_config:92 setting HostKey /etc/ssh/ssh_host_ed25519_key >debug3: /etc/ssh/sshd_config:93 setting HostKey /etc/ssh/ssh_host_ecdsa_key >debug3: /etc/ssh/sshd_config:94 setting HostKey /etc/ssh/ssh_host_rsa_key >debug3: /etc/ssh/sshd_config:108 setting PasswordAuthentication no >debug3: /etc/ssh/sshd_config:109 setting PermitEmptyPasswords no >debug3: /etc/ssh/sshd_config:111 setting KbdInteractiveAuthentication no >debug3: /etc/ssh/sshd_config:113 setting ChallengeResponseAuthentication no >debug3: /etc/ssh/sshd_config:115 setting RhostsRSAAuthentication no >debug3: /etc/ssh/sshd_config:117 setting HostbasedAuthentication no >debug3: /etc/ssh/sshd_config:118 setting HostbasedUsesNameFromPacketOnly no >debug3: /etc/ssh/sshd_config:120 setting KerberosAuthentication no >debug3: /etc/ssh/sshd_config:121 setting KerberosOrLocalPasswd no >debug3: /etc/ssh/sshd_config:125 setting GSSAPIAuthentication no >debug3: /etc/ssh/sshd_config:126 setting GSSAPIStrictAcceptorCheck yes >debug3: /etc/ssh/sshd_config:130 setting RSAAuthentication no >debug3: /etc/ssh/sshd_config:132 setting PubkeyAuthentication yes >debug3: /etc/ssh/sshd_config:135 setting IgnoreUserKnownHosts yes >debug3: /etc/ssh/sshd_config:136 setting IgnoreRhosts yes >debug3: /etc/ssh/sshd_config:144 setting AuthenticationMethods publickey >debug3: /etc/ssh/sshd_config:146 setting LoginGraceTime 60 >debug3: /etc/ssh/sshd_config:147 setting MaxAuthTries 4 >debug3: /etc/ssh/sshd_config:153 setting AuthorizedKeysCommandUser invalid >debug3: /etc/ssh/sshd_config:154 setting AuthorizedKeysFile .ssh/authorized_keys >debug3: /etc/ssh/sshd_config:162 setting AllowUsers root git >debug3: /etc/ssh/sshd_config:166 setting PermitRootLogin without-password >debug3: /etc/ssh/sshd_config:174 setting UsePAM yes >debug3: /etc/ssh/sshd_config:182 setting AcceptEnv LANG LC_ALL LC_ADDRESS LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME >debug3: /etc/ssh/sshd_config:183 setting PermitUserEnvironment no >debug3: /etc/ssh/sshd_config:187 setting PrintMotd no >debug3: /etc/ssh/sshd_config:200 setting StreamLocalBindMask 0177 >debug3: /etc/ssh/sshd_config:201 setting StreamLocalBindUnlink no >debug3: /etc/ssh/sshd_config:206 setting PermitTunnel no >debug3: /etc/ssh/sshd_config:208 setting X11Forwarding yes >debug3: /etc/ssh/sshd_config:209 setting X11UseLocalhost yes >debug3: /etc/ssh/sshd_config:214 setting GatewayPorts no >debug3: /etc/ssh/sshd_config:222 setting Subsystem sftp /usr/lib/openssh/sftp-server >debug3: checking syntax for 'Match User git' >debug1: sshd version OpenSSH_6.7, OpenSSL 1.0.1k 8 Jan 2015 >debug1: private host key: #0 type 4 ED25519 >debug1: private host key: #1 type 3 ECDSA >debug1: private host key: #2 type 1 RSA >debug1: rexec_argv[0]='/usr/sbin/sshd' >debug1: rexec_argv[1]='-dddD' >debug1: rexec_argv[2]='-p' >debug1: rexec_argv[3]='50000' >debug3: oom_adjust_setup >Set /proc/self/oom_score_adj from 0 to -1000 >debug2: fd 3 setting O_NONBLOCK >debug3: sock_set_v6only: set socket 3 IPV6_V6ONLY >debug1: Bind to port 50000 on 2a01:4f8:a0:4024::1:0. >Server listening on 2a01:4f8:a0:4024::1:0 port 50000. >debug2: fd 4 setting O_NONBLOCK >debug1: Bind to port 50000 on 1.2.3.4. >Server listening on 1.2.3.4 port 50000. >debug2: fd 5 setting O_NONBLOCK >debug1: Bind to port 50000 on 127.0.1.1. >Server listening on 127.0.1.1 port 50000. >debug2: fd 6 setting O_NONBLOCK >debug3: sock_set_v6only: set socket 6 IPV6_V6ONLY >debug1: Bind to port 50000 on ::1. >Server listening on ::1 port 50000. >debug2: fd 7 setting O_NONBLOCK >debug3: sock_set_v6only: set socket 7 IPV6_V6ONLY >debug1: Bind to port 50000 on ::1. >Bind to port 50000 on ::1 failed: Address already in use. >debug2: fd 7 setting O_NONBLOCK >debug1: Bind to port 50000 on 127.0.0.1. >Server listening on 127.0.0.1 port 50000. >debug3: fd 8 is not O_NONBLOCK >debug1: Server will not fork when running in debugging mode. >debug3: send_rexec_state: entering fd = 11 config len 2849 >debug3: ssh_msg_send: type 0 >debug3: send_rexec_state: done >debug1: rexec start in 8 out 8 newsock 8 pipe -1 sock 11 >debug1: inetd sockets after dupping: 3, 3 >Connection from 22.33.44.55 port 53679 on 1.2.3.4 port 50000 >debug1: Client protocol version 2.0; client software version OpenSSH_6.7p1 Debian-3 >debug1: match: OpenSSH_6.7p1 Debian-3 pat OpenSSH* compat 0x04000000 >debug1: Enabling compatibility mode for protocol 2.0 >debug1: Local version string SSH-2.0-OpenSSH_6.7p1 Debian-3 >debug2: fd 3 setting O_NONBLOCK >debug3: ssh_sandbox_init: preparing seccomp filter sandbox >debug2: Network child is on pid 5398 >debug3: preauth child monitor started >debug3: privsep user:group 101:65534 [preauth] >debug1: permanently_set_uid: 101/65534 [preauth] >debug3: ssh_sandbox_child: setting PR_SET_NO_NEW_PRIVS [preauth] >debug3: ssh_sandbox_child: attaching seccomp filter program [preauth] >debug3: rekey after 0 bytes, 3600 seconds [preauth] >debug1: list_hostkey_types: ssh-ed25519,ecdsa-sha2-nistp521,ssh-rsa [preauth] >debug1: SSH2_MSG_KEXINIT sent [preauth] >debug1: SSH2_MSG_KEXINIT received [preauth] >debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256 [preauth] >debug2: kex_parse_kexinit: ssh-ed25519,ecdsa-sha2-nistp521,ssh-rsa [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: none [preauth] >debug2: kex_parse_kexinit: none [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: first_kex_follows 0 [preauth] >debug2: kex_parse_kexinit: reserved 0 [preauth] >debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256 [preauth] >debug2: kex_parse_kexinit: ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,ssh-rsa,ssh-rsa-cert-v01@openssh.com [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib [preauth] >debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: first_kex_follows 0 [preauth] >debug2: kex_parse_kexinit: reserved 0 [preauth] >debug1: kex: client->server chacha20-poly1305@openssh.com <implicit> none [preauth] >debug1: kex: server->client chacha20-poly1305@openssh.com <implicit> none [preauth] >debug1: expecting SSH2_MSG_KEX_ECDH_INIT [preauth] >debug3: mm_key_sign entering [preauth] >debug3: mm_request_send entering: type 6 [preauth] >debug3: mm_key_sign: waiting for MONITOR_ANS_SIGN [preauth] >debug3: mm_request_receive_expect entering: type 7 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 6 >debug3: mm_answer_sign >debug3: mm_answer_sign: signature 0x7f6581547f30(83) >debug3: mm_request_send entering: type 7 >debug2: monitor_read: 6 used once, disabling now >debug2: kex_derive_keys [preauth] >debug2: set_newkeys: mode 1 [preauth] >debug1: SSH2_MSG_NEWKEYS sent [preauth] >debug1: expecting SSH2_MSG_NEWKEYS [preauth] >debug2: set_newkeys: mode 0 [preauth] >debug1: SSH2_MSG_NEWKEYS received [preauth] >debug1: KEX done [preauth] >debug1: userauth-request for user git service ssh-connection method none [preauth] >debug1: attempt 0 failures 0 [preauth] >debug3: mm_getpwnamallow entering [preauth] >debug3: mm_request_send entering: type 8 [preauth] >debug3: mm_getpwnamallow: waiting for MONITOR_ANS_PWNAM [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 8 >debug3: mm_answer_pwnamallow >debug3: Trying to reverse map address 22.33.44.55. >debug2: parse_server_config: config reprocess config len 2849 >debug3: checking match for 'User git' user git host client.example.org addr 22.33.44.55 laddr 1.2.3.4 lport 50000 >debug1: user git matched 'User git' at line 231 >debug3: match found >debug3: reprocess config:233 setting PasswordAuthentication no >debug3: reprocess config:234 setting PermitEmptyPasswords no >debug3: reprocess config:235 setting KbdInteractiveAuthentication no >debug3: reprocess config:236 setting RhostsRSAAuthentication no >debug3: reprocess config:237 setting HostbasedAuthentication no >debug3: reprocess config:238 setting HostbasedUsesNameFromPacketOnly no >debug3: reprocess config:239 setting KerberosAuthentication no >debug3: reprocess config:240 setting GSSAPIAuthentication no >debug3: reprocess config:241 setting RSAAuthentication no >debug3: reprocess config:243 setting AuthenticationMethods publickey >debug3: reprocess config:246 setting AuthorizedKeysCommand none >debug3: reprocess config:247 setting AuthorizedKeysCommandUser invalid >debug3: reprocess config:250 setting AuthorizedKeysFile .ssh/authorized_keys >debug3: reprocess config:253 setting AllowUsers git >debug3: reprocess config:254 setting PermitRootLogin no >debug3: reprocess config:257 setting PermitTTY no >debug3: reprocess config:258 setting AllowAgentForwarding no >debug3: reprocess config:259 setting PermitUserRC no >debug3: reprocess config:260 setting AcceptEnv LANG LC_ALL LC_ADDRESS LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME >debug3: reprocess config:261 setting AllowStreamLocalForwarding no >debug3: reprocess config:262 setting StreamLocalBindMask 0777 >debug3: reprocess config:263 setting StreamLocalBindUnlink no >debug3: reprocess config:264 setting AllowTcpForwarding no >debug3: reprocess config:265 setting PermitOpen none >debug3: reprocess config:266 setting PermitTunnel no >debug3: reprocess config:267 setting X11Forwarding no >debug3: reprocess config:268 setting X11UseLocalhost yes >debug3: reprocess config:269 setting GatewayPorts no >debug3: reprocess config:272 setting MaxSessions 1 >debug3: auth2_setup_methods_lists: checking methods >debug1: authentication methods list 0: publickey >debug3: mm_answer_pwnamallow: sending MONITOR_ANS_PWNAM: 1 >debug3: mm_request_send entering: type 9 >debug2: monitor_read: 8 used once, disabling now >debug3: mm_request_receive_expect entering: type 9 [preauth] >debug3: mm_request_receive entering [preauth] >debug2: input_userauth_request: setting up authctxt for git [preauth] >debug3: mm_start_pam entering [preauth] >debug3: mm_request_send entering: type 100 [preauth] >debug3: mm_inform_authserv entering [preauth] >debug3: mm_request_send entering: type 4 [preauth] >debug3: auth2_setup_methods_lists: checking methods [preauth] >debug1: authentication methods list 0: publickey [preauth] >debug2: Unrecognized authentication method name: none [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 100 >debug1: PAM: initializing for "git" >debug1: PAM: setting PAM_RHOST to "client.example.org" >debug1: PAM: setting PAM_TTY to "ssh" >debug2: monitor_read: 100 used once, disabling now >debug3: mm_request_receive entering >debug3: monitor_read: checking request 4 >debug3: mm_answer_authserv: service=ssh-connection, style=, role= >debug2: monitor_read: 4 used once, disabling now >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 1 failures 0 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7f658154a1a0 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: key not found >debug1: restore_uid: 0/0 >Failed publickey for git from 22.33.44.55 port 53679 ssh2: RSA da:9c:ab:70:74:de:16:6a:0f:3b:a3:4e:c9:7c:ab:d9 >debug3: mm_answer_keyallowed: key 0x7f658154a1a0 is not allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 2 failures 1 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7f658154a110 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: key not found >debug1: restore_uid: 0/0 >Failed publickey for git from 22.33.44.55 port 53679 ssh2: RSA ZZ:ZZ:ZZ:ZZ:.... >debug3: mm_answer_keyallowed: key 0x7f658154a110 is not allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 3 failures 2 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7f658154a1a0 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: key not found >debug1: restore_uid: 0/0 >Failed publickey for git from 22.33.44.55 port 53679 ssh2: RSA YY:YY:YY:YY:.... >debug3: mm_answer_keyallowed: key 0x7f658154a1a0 is not allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 4 failures 3 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7f658154a110 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug1: matching key found: file /var/lib/gitolite3/.ssh/authorized_keys, line 3 ED25519 XX:XX:XX:XX:.... >debug1: restore_uid: 0/0 >debug3: mm_answer_keyallowed: key 0x7f658154a110 is allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-ed25519 [preauth] >Postponed publickey for git from 22.33.44.55 port 53679 ssh2 [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 5 failures 3 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7f658154a1a0 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug1: matching key found: file /var/lib/gitolite3/.ssh/authorized_keys, line 3 ED25519 XX:XX:XX:XX:.... >debug1: restore_uid: 0/0 >debug3: mm_answer_keyallowed: key 0x7f658154a1a0 is allowed >debug3: mm_request_send entering: type 23 >debug3: mm_key_verify entering [preauth] >debug3: mm_request_send entering: type 24 [preauth] >debug3: mm_key_verify: waiting for MONITOR_ANS_KEYVERIFY [preauth] >debug3: mm_request_receive_expect entering: type 25 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 24 >debug3: mm_answer_keyverify: key 0x7f658154a110 signature verified >debug3: mm_request_send entering: type 25 >debug3: auth2_update_methods_lists: updating methods list after "publickey" >debug2: authentication methods list 0 complete >debug3: mm_request_receive_expect entering: type 102 >debug3: mm_request_receive entering >debug1: do_pam_account: called >debug3: PAM: do_pam_account pam_acct_mgmt = 0 (Success) >debug3: mm_request_send entering: type 103 >Accepted publickey for git from 22.33.44.55 port 53679 ssh2: ED25519 XX:XX:XX:XX:.... >debug1: monitor_child_preauth: git has been authenticated by privileged process >debug3: mm_get_keystate: Waiting for new keys >debug3: mm_request_receive_expect entering: type 26 >debug3: mm_request_receive entering >debug3: mm_newkeys_from_blob: 0x7f65815489d0(137) >debug3: mm_get_keystate: Waiting for second key >debug3: mm_newkeys_from_blob: 0x7f65815489d0(137) >debug3: mm_get_keystate: Getting compression state >debug3: mm_get_keystate: Getting Network I/O buffers >debug2: userauth_pubkey: authenticated 1 pkalg ssh-ed25519 [preauth] >debug3: auth2_update_methods_lists: updating methods list after "publickey" [preauth] >debug2: authentication methods list 0 complete [preauth] >debug3: mm_do_pam_account entering [preauth] >debug3: mm_request_send entering: type 102 [preauth] >debug3: mm_request_receive_expect entering: type 103 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_do_pam_account returning 1 [preauth] >debug3: mm_send_keystate: Sending new keys: 0x7f6581548140 0x7f6581548490 [preauth] >debug3: mm_newkeys_to_blob: converting 0x7f6581548140 [preauth] >debug3: mm_newkeys_to_blob: converting 0x7f6581548490 [preauth] >debug3: mm_send_keystate: New keys have been sent [preauth] >debug3: mm_send_keystate: Sending compression state [preauth] >debug3: mm_request_send entering: type 26 [preauth] >debug3: mm_send_keystate: Finished sending state [preauth] >debug1: monitor_read_log: child log fd closed >debug3: ssh_sandbox_parent_finish: finished >debug1: PAM: establishing credentials >debug3: PAM: opening session >debug3: PAM: sshpam_store_conv called with 1 messages >User child is on pid 5399 >debug1: SELinux support disabled >debug1: PAM: establishing credentials >debug1: permanently_set_uid: 116/130 >debug2: set_newkeys: mode 0 >debug2: set_newkeys: mode 1 >debug1: packet_set_postauth: called >debug3: rekey after 0 bytes, 3600 seconds >debug1: Entering interactive session for SSH2. >debug2: fd 8 setting O_NONBLOCK >debug2: fd 9 setting O_NONBLOCK >debug1: server_init_dispatch_20 >debug1: server_input_channel_open: ctype session rchan 0 win 2097152 max 32768 >debug1: input_session_request >debug1: channel 0: new [server-session] >debug2: session_new: allocate (allocated 0 max 1) >debug3: session_unused: session id 0 unused >debug1: session_new: session 0 >debug1: session_open: channel 0 >debug1: session_open: session 0: link with channel 0 >debug1: server_input_channel_open: confirm session >debug1: server_input_global_request: rtype no-more-sessions@openssh.com want_reply 0 >debug1: server_input_channel_req: channel 0 request env reply 0 >debug1: session_by_channel: session 0 channel 0 >debug1: session_input_channel_req: session 0 req env >debug2: Setting env 0: LANG=en_DE.utf8 >debug1: server_input_channel_req: channel 0 request exec reply 1 >debug1: session_by_channel: session 0 channel 0 >debug1: session_input_channel_req: session 0 req exec >Starting session: forced-command (key-option) '/usr/share/gitolite3/gitolite-shell user@client.example.com' for git from 22.33.44.55 port 53679 >debug2: fd 3 setting TCP_NODELAY >debug3: packet_set_tos: set IP_TOS 0x08 >debug2: fd 12 setting O_NONBLOCK >debug2: fd 11 setting O_NONBLOCK >debug2: fd 14 setting O_NONBLOCK >debug2: channel 0: read 410 from efd 14 >debug2: channel 0: rwin 2097152 elen 410 euse 1 >debug2: channel 0: sent ext data 410 >debug1: Received SIGCHLD. >debug1: session_by_pid: pid 5400 >debug1: session_exit_message: session 0 channel 0 pid 5400 >debug2: channel 0: request exit-status confirm 0 >debug1: session_exit_message: release channel 0 >debug2: channel 0: write failed >debug2: channel 0: close_write >debug2: channel 0: send eow >debug2: channel 0: output open -> closed >debug2: channel 0: read<=0 rfd 12 len 0 >debug2: channel 0: read failed >debug2: channel 0: close_read >debug2: channel 0: input open -> drain >debug2: channel 0: read 0 from efd 14 >debug2: channel 0: closing read-efd 14 >debug2: channel 0: ibuf empty >debug2: channel 0: send eof >debug2: channel 0: input drain -> closed >debug2: channel 0: send close >debug2: notify_done: reading >debug3: channel 0: will not send data after close >debug2: channel 0: rcvd close >debug3: channel 0: will not send data after close >debug2: channel 0: is dead >debug2: channel 0: gc: notify user >debug1: session_by_channel: session 0 channel 0 >debug1: session_close_by_channel: channel 0 child 0 >debug1: session_close: session 0 pid 0 >debug3: session_unused: session id 0 unused >debug2: channel 0: gc: user detached >debug2: channel 0: is dead >debug2: channel 0: garbage collecting >debug1: channel 0: free: server-session, nchannels 1 >debug3: channel 0: status: The following connections are open: > #0 server-session (t4 r0 i3/0 o3/0 fd -1/-1 cc -1) > >Received disconnect from 22.33.44.55: 11: disconnected by user >debug1: do_cleanup >debug3: PAM: sshpam_thread_cleanup entering >debug3: mm_request_receive entering >debug1: do_cleanup >debug1: PAM: cleanup >debug1: PAM: closing session >debug1: PAM: deleting credentials >debug3: PAM: sshpam_thread_cleanup entering >root@server:~# /usr/sbin/sshd -dddD -p 50000 >debug2: load_server_config: filename /etc/ssh/sshd_config >debug2: load_server_config: done config len = 2849 >debug2: parse_server_config: config /etc/ssh/sshd_config len 2849 >debug3: /etc/ssh/sshd_config:23 setting UsePrivilegeSeparation sandbox >debug3: /etc/ssh/sshd_config:34 setting ListenAddress localhost >debug3: /etc/ssh/sshd_config:35 setting ListenAddress ip6-localhost >debug3: /etc/ssh/sshd_config:36 setting ListenAddress 1.lo.iface.localhost >debug3: /etc/ssh/sshd_config:37 setting ListenAddress 0.ssh.srv.localhost >debug3: /etc/ssh/sshd_config:38 setting ListenAddress 0.ssh.srv.ip6-localhost >debug3: /etc/ssh/sshd_config:41 setting TCPKeepAlive no >debug3: /etc/ssh/sshd_config:57 setting Protocol 2 >debug3: /etc/ssh/sshd_config:67 setting Compression no >debug3: /etc/ssh/sshd_config:69 setting ClientAliveInterval 15 >debug3: /etc/ssh/sshd_config:70 setting ClientAliveCountMax 8 >debug3: /etc/ssh/sshd_config:73 setting GSSAPIKeyExchange no >debug3: /etc/ssh/sshd_config:76 setting KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256 >debug3: kex names ok: [curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256] >debug3: /etc/ssh/sshd_config:78 setting Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr >debug3: /etc/ssh/sshd_config:80 setting MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com >debug3: macs ok: [hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com] >debug3: /etc/ssh/sshd_config:82 setting ServerKeyBits 4096 >debug3: /etc/ssh/sshd_config:83 setting KeyRegenerationInterval 10m >debug3: /etc/ssh/sshd_config:84 setting RekeyLimit default 1h >debug3: /etc/ssh/sshd_config:92 setting HostKey /etc/ssh/ssh_host_ed25519_key >debug3: /etc/ssh/sshd_config:93 setting HostKey /etc/ssh/ssh_host_ecdsa_key >debug3: /etc/ssh/sshd_config:94 setting HostKey /etc/ssh/ssh_host_rsa_key >debug3: /etc/ssh/sshd_config:108 setting PasswordAuthentication no >debug3: /etc/ssh/sshd_config:109 setting PermitEmptyPasswords no >debug3: /etc/ssh/sshd_config:111 setting KbdInteractiveAuthentication no >debug3: /etc/ssh/sshd_config:113 setting ChallengeResponseAuthentication no >debug3: /etc/ssh/sshd_config:115 setting RhostsRSAAuthentication no >debug3: /etc/ssh/sshd_config:117 setting HostbasedAuthentication no >debug3: /etc/ssh/sshd_config:118 setting HostbasedUsesNameFromPacketOnly no >debug3: /etc/ssh/sshd_config:120 setting KerberosAuthentication no >debug3: /etc/ssh/sshd_config:121 setting KerberosOrLocalPasswd no >debug3: /etc/ssh/sshd_config:125 setting GSSAPIAuthentication no >debug3: /etc/ssh/sshd_config:126 setting GSSAPIStrictAcceptorCheck yes >debug3: /etc/ssh/sshd_config:130 setting RSAAuthentication no >debug3: /etc/ssh/sshd_config:132 setting PubkeyAuthentication yes >debug3: /etc/ssh/sshd_config:135 setting IgnoreUserKnownHosts yes >debug3: /etc/ssh/sshd_config:136 setting IgnoreRhosts yes >debug3: /etc/ssh/sshd_config:144 setting AuthenticationMethods publickey >debug3: /etc/ssh/sshd_config:146 setting LoginGraceTime 60 >debug3: /etc/ssh/sshd_config:147 setting MaxAuthTries 4 >debug3: /etc/ssh/sshd_config:153 setting AuthorizedKeysCommandUser invalid >debug3: /etc/ssh/sshd_config:154 setting AuthorizedKeysFile .ssh/authorized_keys >debug3: /etc/ssh/sshd_config:162 setting AllowUsers root git >debug3: /etc/ssh/sshd_config:166 setting PermitRootLogin without-password >debug3: /etc/ssh/sshd_config:174 setting UsePAM yes >debug3: /etc/ssh/sshd_config:182 setting AcceptEnv LANG LC_ALL LC_ADDRESS LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME >debug3: /etc/ssh/sshd_config:183 setting PermitUserEnvironment no >debug3: /etc/ssh/sshd_config:187 setting PrintMotd no >debug3: /etc/ssh/sshd_config:200 setting StreamLocalBindMask 0177 >debug3: /etc/ssh/sshd_config:201 setting StreamLocalBindUnlink no >debug3: /etc/ssh/sshd_config:206 setting PermitTunnel no >debug3: /etc/ssh/sshd_config:208 setting X11Forwarding yes >debug3: /etc/ssh/sshd_config:209 setting X11UseLocalhost yes >debug3: /etc/ssh/sshd_config:214 setting GatewayPorts no >debug3: /etc/ssh/sshd_config:222 setting Subsystem sftp /usr/lib/openssh/sftp-server >debug3: checking syntax for 'Match User git' >debug1: sshd version OpenSSH_6.7, OpenSSL 1.0.1k 8 Jan 2015 >debug1: private host key: #0 type 4 ED25519 >debug1: private host key: #1 type 3 ECDSA >debug1: private host key: #2 type 1 RSA >debug1: rexec_argv[0]='/usr/sbin/sshd' >debug1: rexec_argv[1]='-dddD' >debug1: rexec_argv[2]='-p' >debug1: rexec_argv[3]='50000' >debug3: oom_adjust_setup >Set /proc/self/oom_score_adj from 0 to -1000 >debug2: fd 3 setting O_NONBLOCK >debug3: sock_set_v6only: set socket 3 IPV6_V6ONLY >debug1: Bind to port 50000 on 2a01:4f8:a0:4024::1:0. >Server listening on 2a01:4f8:a0:4024::1:0 port 50000. >debug2: fd 4 setting O_NONBLOCK >debug1: Bind to port 50000 on 1.2.3.4. >Server listening on 1.2.3.4 port 50000. >debug2: fd 5 setting O_NONBLOCK >debug1: Bind to port 50000 on 127.0.1.1. >Server listening on 127.0.1.1 port 50000. >debug2: fd 6 setting O_NONBLOCK >debug3: sock_set_v6only: set socket 6 IPV6_V6ONLY >debug1: Bind to port 50000 on ::1. >Server listening on ::1 port 50000. >debug2: fd 7 setting O_NONBLOCK >debug3: sock_set_v6only: set socket 7 IPV6_V6ONLY >debug1: Bind to port 50000 on ::1. >Bind to port 50000 on ::1 failed: Address already in use. >debug2: fd 7 setting O_NONBLOCK >debug1: Bind to port 50000 on 127.0.0.1. >Server listening on 127.0.0.1 port 50000. >debug3: fd 8 is not O_NONBLOCK >debug1: Server will not fork when running in debugging mode. >debug3: send_rexec_state: entering fd = 11 config len 2849 >debug3: ssh_msg_send: type 0 >debug3: send_rexec_state: done >debug1: rexec start in 8 out 8 newsock 8 pipe -1 sock 11 >debug1: inetd sockets after dupping: 3, 3 >Connection from 22.33.44.55 port 53680 on 1.2.3.4 port 50000 >debug1: Client protocol version 2.0; client software version OpenSSH_6.7p1 Debian-3 >debug1: match: OpenSSH_6.7p1 Debian-3 pat OpenSSH* compat 0x04000000 >debug1: Enabling compatibility mode for protocol 2.0 >debug1: Local version string SSH-2.0-OpenSSH_6.7p1 Debian-3 >debug2: fd 3 setting O_NONBLOCK >debug3: ssh_sandbox_init: preparing seccomp filter sandbox >debug2: Network child is on pid 5409 >debug3: preauth child monitor started >debug3: privsep user:group 101:65534 [preauth] >debug1: permanently_set_uid: 101/65534 [preauth] >debug3: ssh_sandbox_child: setting PR_SET_NO_NEW_PRIVS [preauth] >debug3: ssh_sandbox_child: attaching seccomp filter program [preauth] >debug3: rekey after 0 bytes, 3600 seconds [preauth] >debug1: list_hostkey_types: ssh-ed25519,ecdsa-sha2-nistp521,ssh-rsa [preauth] >debug1: SSH2_MSG_KEXINIT sent [preauth] >debug1: SSH2_MSG_KEXINIT received [preauth] >debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256 [preauth] >debug2: kex_parse_kexinit: ssh-ed25519,ecdsa-sha2-nistp521,ssh-rsa [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: none [preauth] >debug2: kex_parse_kexinit: none [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: first_kex_follows 0 [preauth] >debug2: kex_parse_kexinit: reserved 0 [preauth] >debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256 [preauth] >debug2: kex_parse_kexinit: ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,ssh-rsa,ssh-rsa-cert-v01@openssh.com [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib [preauth] >debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: first_kex_follows 0 [preauth] >debug2: kex_parse_kexinit: reserved 0 [preauth] >debug1: kex: client->server chacha20-poly1305@openssh.com <implicit> none [preauth] >debug1: kex: server->client chacha20-poly1305@openssh.com <implicit> none [preauth] >debug1: expecting SSH2_MSG_KEX_ECDH_INIT [preauth] >debug3: mm_key_sign entering [preauth] >debug3: mm_request_send entering: type 6 [preauth] >debug3: mm_key_sign: waiting for MONITOR_ANS_SIGN [preauth] >debug3: mm_request_receive_expect entering: type 7 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 6 >debug3: mm_answer_sign >debug3: mm_answer_sign: signature 0x7f20f5507ad0(83) >debug3: mm_request_send entering: type 7 >debug2: monitor_read: 6 used once, disabling now >debug2: kex_derive_keys [preauth] >debug2: set_newkeys: mode 1 [preauth] >debug1: SSH2_MSG_NEWKEYS sent [preauth] >debug1: expecting SSH2_MSG_NEWKEYS [preauth] >debug2: set_newkeys: mode 0 [preauth] >debug1: SSH2_MSG_NEWKEYS received [preauth] >debug1: KEX done [preauth] >debug1: userauth-request for user git service ssh-connection method none [preauth] >debug1: attempt 0 failures 0 [preauth] >debug3: mm_getpwnamallow entering [preauth] >debug3: mm_request_send entering: type 8 [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 8 >debug3: mm_answer_pwnamallow >debug3: Trying to reverse map address 22.33.44.55. >debug2: parse_server_config: config reprocess config len 2849 >debug3: checking match for 'User git' user git host client.example.org addr 22.33.44.55 laddr 1.2.3.4 lport 50000 >debug1: user git matched 'User git' at line 231 >debug3: match found >debug3: reprocess config:233 setting PasswordAuthentication no >debug3: reprocess config:234 setting PermitEmptyPasswords no >debug3: reprocess config:235 setting KbdInteractiveAuthentication no >debug3: reprocess config:236 setting RhostsRSAAuthentication no >debug3: reprocess config:237 setting HostbasedAuthentication no >debug3: reprocess config:238 setting HostbasedUsesNameFromPacketOnly no >debug3: reprocess config:239 setting KerberosAuthentication no >debug3: reprocess config:240 setting GSSAPIAuthentication no >debug3: reprocess config:241 setting RSAAuthentication no >debug3: reprocess config:243 setting AuthenticationMethods publickey >debug3: reprocess config:246 setting AuthorizedKeysCommand none >debug3: reprocess config:247 setting AuthorizedKeysCommandUser invalid >debug3: reprocess config:250 setting AuthorizedKeysFile .ssh/authorized_keys >debug3: reprocess config:253 setting AllowUsers git >debug3: reprocess config:254 setting PermitRootLogin no >debug3: reprocess config:257 setting PermitTTY no >debug3: reprocess config:258 setting AllowAgentForwarding no >debug3: reprocess config:259 setting PermitUserRC no >debug3: reprocess config:260 setting AcceptEnv LANG LC_ALL LC_ADDRESS LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME >debug3: reprocess config:261 setting AllowStreamLocalForwarding no >debug3: reprocess config:262 setting StreamLocalBindMask 0777 >debug3: reprocess config:263 setting StreamLocalBindUnlink no >debug3: reprocess config:264 setting AllowTcpForwarding no >debug3: reprocess config:265 setting PermitOpen none >debug3: reprocess config:266 setting PermitTunnel no >debug3: reprocess config:267 setting X11Forwarding no >debug3: reprocess config:268 setting X11UseLocalhost yes >debug3: reprocess config:269 setting GatewayPorts no >debug3: reprocess config:272 setting MaxSessions 1 >debug3: auth2_setup_methods_lists: checking methods >debug1: authentication methods list 0: publickey >debug3: mm_answer_pwnamallow: sending MONITOR_ANS_PWNAM: 1 >debug3: mm_request_send entering: type 9 >debug2: monitor_read: 8 used once, disabling now >debug3: mm_getpwnamallow: waiting for MONITOR_ANS_PWNAM [preauth] >debug3: mm_request_receive_expect entering: type 9 [preauth] >debug3: mm_request_receive entering [preauth] >debug2: input_userauth_request: setting up authctxt for git [preauth] >debug3: mm_start_pam entering [preauth] >debug3: mm_request_send entering: type 100 [preauth] >debug3: mm_inform_authserv entering [preauth] >debug3: mm_request_send entering: type 4 [preauth] >debug3: auth2_setup_methods_lists: checking methods [preauth] >debug1: authentication methods list 0: publickey [preauth] >debug2: Unrecognized authentication method name: none [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 100 >debug1: PAM: initializing for "git" >debug1: PAM: setting PAM_RHOST to "client.example.org" >debug1: PAM: setting PAM_TTY to "ssh" >debug2: monitor_read: 100 used once, disabling now >debug3: mm_request_receive entering >debug3: monitor_read: checking request 4 >debug3: mm_answer_authserv: service=ssh-connection, style=, role= >debug2: monitor_read: 4 used once, disabling now >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 1 failures 0 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7f20f5508950 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: key not found >debug1: restore_uid: 0/0 >Failed publickey for git from 22.33.44.55 port 53680 ssh2: RSA da:9c:ab:70:74:de:16:6a:0f:3b:a3:4e:c9:7c:ab:d9 >debug3: mm_answer_keyallowed: key 0x7f20f5508950 is not allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 2 failures 1 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7f20f55088c0 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: key not found >debug1: restore_uid: 0/0 >Failed publickey for git from 22.33.44.55 port 53680 ssh2: RSA ZZ:ZZ:ZZ:ZZ:.... >debug3: mm_answer_keyallowed: key 0x7f20f55088c0 is not allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 3 failures 2 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7f20f5508950 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: key not found >debug1: restore_uid: 0/0 >Failed publickey for git from 22.33.44.55 port 53680 ssh2: RSA YY:YY:YY:YY:.... >debug3: mm_answer_keyallowed: key 0x7f20f5508950 is not allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 4 failures 3 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7f20f55088c0 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug1: matching key found: file /var/lib/gitolite3/.ssh/authorized_keys, line 3 ED25519 XX:XX:XX:XX:.... >debug1: restore_uid: 0/0 >debug3: mm_answer_keyallowed: key 0x7f20f55088c0 is allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-ed25519 [preauth] >Postponed publickey for git from 22.33.44.55 port 53680 ssh2 [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 5 failures 3 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7f20f5508950 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug1: matching key found: file /var/lib/gitolite3/.ssh/authorized_keys, line 3 ED25519 XX:XX:XX:XX:.... >debug1: restore_uid: 0/0 >debug3: mm_answer_keyallowed: key 0x7f20f5508950 is allowed >debug3: mm_request_send entering: type 23 >debug3: mm_key_verify entering [preauth] >debug3: mm_request_send entering: type 24 [preauth] >debug3: mm_key_verify: waiting for MONITOR_ANS_KEYVERIFY [preauth] >debug3: mm_request_receive_expect entering: type 25 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 24 >debug3: mm_answer_keyverify: key 0x7f20f55088c0 signature verified >debug3: mm_request_send entering: type 25 >debug3: auth2_update_methods_lists: updating methods list after "publickey" >debug2: authentication methods list 0 complete >debug3: mm_request_receive_expect entering: type 102 >debug3: mm_request_receive entering >debug1: do_pam_account: called >debug3: PAM: do_pam_account pam_acct_mgmt = 0 (Success) >debug3: mm_request_send entering: type 103 >Accepted publickey for git from 22.33.44.55 port 53680 ssh2: ED25519 XX:XX:XX:XX:.... >debug1: monitor_child_preauth: git has been authenticated by privileged process >debug3: mm_get_keystate: Waiting for new keys >debug3: mm_request_receive_expect entering: type 26 >debug3: mm_request_receive entering >debug3: mm_newkeys_from_blob: 0x7f20f55083a0(137) >debug3: mm_get_keystate: Waiting for second key >debug3: mm_newkeys_from_blob: 0x7f20f55083a0(137) >debug3: mm_get_keystate: Getting compression state >debug3: mm_get_keystate: Getting Network I/O buffers >debug2: userauth_pubkey: authenticated 1 pkalg ssh-ed25519 [preauth] >debug3: auth2_update_methods_lists: updating methods list after "publickey" [preauth] >debug2: authentication methods list 0 complete [preauth] >debug3: mm_do_pam_account entering [preauth] >debug3: mm_request_send entering: type 102 [preauth] >debug3: mm_request_receive_expect entering: type 103 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_do_pam_account returning 1 [preauth] >debug3: mm_send_keystate: Sending new keys: 0x7f20f5507d30 0x7f20f5509170 [preauth] >debug3: mm_newkeys_to_blob: converting 0x7f20f5507d30 [preauth] >debug3: mm_newkeys_to_blob: converting 0x7f20f5509170 [preauth] >debug3: mm_send_keystate: New keys have been sent [preauth] >debug3: mm_send_keystate: Sending compression state [preauth] >debug3: mm_request_send entering: type 26 [preauth] >debug3: mm_send_keystate: Finished sending state [preauth] >debug1: monitor_read_log: child log fd closed >debug3: ssh_sandbox_parent_finish: finished >debug1: PAM: establishing credentials >debug3: PAM: opening session >debug3: PAM: sshpam_store_conv called with 1 messages >User child is on pid 5410 >debug1: SELinux support disabled >debug1: PAM: establishing credentials >debug1: permanently_set_uid: 116/130 >debug2: set_newkeys: mode 0 >debug2: set_newkeys: mode 1 >debug1: packet_set_postauth: called >debug3: rekey after 0 bytes, 3600 seconds >debug3: mm_request_receive entering >debug1: do_cleanup >debug1: PAM: cleanup >debug1: PAM: closing session >debug1: PAM: deleting credentials >debug3: PAM: sshpam_thread_cleanup entering >root@server:~# /usr/sbin/sshd -dddD -p 50000 >debug2: load_server_config: filename /etc/ssh/sshd_config >debug2: load_server_config: done config len = 2849 >debug2: parse_server_config: config /etc/ssh/sshd_config len 2849 >debug3: /etc/ssh/sshd_config:23 setting UsePrivilegeSeparation sandbox >debug3: /etc/ssh/sshd_config:34 setting ListenAddress localhost >debug3: /etc/ssh/sshd_config:35 setting ListenAddress ip6-localhost >debug3: /etc/ssh/sshd_config:36 setting ListenAddress 1.lo.iface.localhost >debug3: /etc/ssh/sshd_config:37 setting ListenAddress 0.ssh.srv.localhost >debug3: /etc/ssh/sshd_config:38 setting ListenAddress 0.ssh.srv.ip6-localhost >debug3: /etc/ssh/sshd_config:41 setting TCPKeepAlive no >debug3: /etc/ssh/sshd_config:57 setting Protocol 2 >debug3: /etc/ssh/sshd_config:67 setting Compression no >debug3: /etc/ssh/sshd_config:69 setting ClientAliveInterval 15 >debug3: /etc/ssh/sshd_config:70 setting ClientAliveCountMax 8 >debug3: /etc/ssh/sshd_config:73 setting GSSAPIKeyExchange no >debug3: /etc/ssh/sshd_config:76 setting KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256 >debug3: kex names ok: [curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256] >debug3: /etc/ssh/sshd_config:78 setting Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr >debug3: /etc/ssh/sshd_config:80 setting MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com >debug3: macs ok: [hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com] >debug3: /etc/ssh/sshd_config:82 setting ServerKeyBits 4096 >debug3: /etc/ssh/sshd_config:83 setting KeyRegenerationInterval 10m >debug3: /etc/ssh/sshd_config:84 setting RekeyLimit default 1h >debug3: /etc/ssh/sshd_config:92 setting HostKey /etc/ssh/ssh_host_ed25519_key >debug3: /etc/ssh/sshd_config:93 setting HostKey /etc/ssh/ssh_host_ecdsa_key >debug3: /etc/ssh/sshd_config:94 setting HostKey /etc/ssh/ssh_host_rsa_key >debug3: /etc/ssh/sshd_config:108 setting PasswordAuthentication no >debug3: /etc/ssh/sshd_config:109 setting PermitEmptyPasswords no >debug3: /etc/ssh/sshd_config:111 setting KbdInteractiveAuthentication no >debug3: /etc/ssh/sshd_config:113 setting ChallengeResponseAuthentication no >debug3: /etc/ssh/sshd_config:115 setting RhostsRSAAuthentication no >debug3: /etc/ssh/sshd_config:117 setting HostbasedAuthentication no >debug3: /etc/ssh/sshd_config:118 setting HostbasedUsesNameFromPacketOnly no >debug3: /etc/ssh/sshd_config:120 setting KerberosAuthentication no >debug3: /etc/ssh/sshd_config:121 setting KerberosOrLocalPasswd no >debug3: /etc/ssh/sshd_config:125 setting GSSAPIAuthentication no >debug3: /etc/ssh/sshd_config:126 setting GSSAPIStrictAcceptorCheck yes >debug3: /etc/ssh/sshd_config:130 setting RSAAuthentication no >debug3: /etc/ssh/sshd_config:132 setting PubkeyAuthentication yes >debug3: /etc/ssh/sshd_config:135 setting IgnoreUserKnownHosts yes >debug3: /etc/ssh/sshd_config:136 setting IgnoreRhosts yes >debug3: /etc/ssh/sshd_config:144 setting AuthenticationMethods publickey >debug3: /etc/ssh/sshd_config:146 setting LoginGraceTime 60 >debug3: /etc/ssh/sshd_config:147 setting MaxAuthTries 4 >debug3: /etc/ssh/sshd_config:153 setting AuthorizedKeysCommandUser invalid >debug3: /etc/ssh/sshd_config:154 setting AuthorizedKeysFile .ssh/authorized_keys >debug3: /etc/ssh/sshd_config:162 setting AllowUsers root git >debug3: /etc/ssh/sshd_config:166 setting PermitRootLogin without-password >debug3: /etc/ssh/sshd_config:174 setting UsePAM yes >debug3: /etc/ssh/sshd_config:182 setting AcceptEnv LANG LC_ALL LC_ADDRESS LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME >debug3: /etc/ssh/sshd_config:183 setting PermitUserEnvironment no >debug3: /etc/ssh/sshd_config:187 setting PrintMotd no >debug3: /etc/ssh/sshd_config:200 setting StreamLocalBindMask 0177 >debug3: /etc/ssh/sshd_config:201 setting StreamLocalBindUnlink no >debug3: /etc/ssh/sshd_config:206 setting PermitTunnel no >debug3: /etc/ssh/sshd_config:208 setting X11Forwarding yes >debug3: /etc/ssh/sshd_config:209 setting X11UseLocalhost yes >debug3: /etc/ssh/sshd_config:214 setting GatewayPorts no >debug3: /etc/ssh/sshd_config:222 setting Subsystem sftp /usr/lib/openssh/sftp-server >debug3: checking syntax for 'Match User git' >debug1: sshd version OpenSSH_6.7, OpenSSL 1.0.1k 8 Jan 2015 >debug1: private host key: #0 type 4 ED25519 >debug1: private host key: #1 type 3 ECDSA >debug1: private host key: #2 type 1 RSA >debug1: rexec_argv[0]='/usr/sbin/sshd' >debug1: rexec_argv[1]='-dddD' >debug1: rexec_argv[2]='-p' >debug1: rexec_argv[3]='50000' >debug3: oom_adjust_setup >Set /proc/self/oom_score_adj from 0 to -1000 >debug2: fd 3 setting O_NONBLOCK >debug3: sock_set_v6only: set socket 3 IPV6_V6ONLY >debug1: Bind to port 50000 on 2a01:4f8:a0:4024::1:0. >Server listening on 2a01:4f8:a0:4024::1:0 port 50000. >debug2: fd 4 setting O_NONBLOCK >debug1: Bind to port 50000 on 1.2.3.4. >Server listening on 1.2.3.4 port 50000. >debug2: fd 5 setting O_NONBLOCK >debug1: Bind to port 50000 on 127.0.1.1. >Server listening on 127.0.1.1 port 50000. >debug2: fd 6 setting O_NONBLOCK >debug3: sock_set_v6only: set socket 6 IPV6_V6ONLY >debug1: Bind to port 50000 on ::1. >Server listening on ::1 port 50000. >debug2: fd 7 setting O_NONBLOCK >debug3: sock_set_v6only: set socket 7 IPV6_V6ONLY >debug1: Bind to port 50000 on ::1. >Bind to port 50000 on ::1 failed: Address already in use. >debug2: fd 7 setting O_NONBLOCK >debug1: Bind to port 50000 on 127.0.0.1. >Server listening on 127.0.0.1 port 50000. >debug3: fd 8 is not O_NONBLOCK >debug1: Server will not fork when running in debugging mode. >debug3: send_rexec_state: entering fd = 11 config len 2849 >debug3: ssh_msg_send: type 0 >debug3: send_rexec_state: done >debug1: rexec start in 8 out 8 newsock 8 pipe -1 sock 11 >debug1: inetd sockets after dupping: 3, 3 >Connection from 22.33.44.55 port 53681 on 1.2.3.4 port 50000 >debug1: Client protocol version 2.0; client software version OpenSSH_6.7p1 Debian-3 >debug1: match: OpenSSH_6.7p1 Debian-3 pat OpenSSH* compat 0x04000000 >debug1: Enabling compatibility mode for protocol 2.0 >debug1: Local version string SSH-2.0-OpenSSH_6.7p1 Debian-3 >debug2: fd 3 setting O_NONBLOCK >debug3: ssh_sandbox_init: preparing seccomp filter sandbox >debug2: Network child is on pid 5412 >debug3: preauth child monitor started >debug3: privsep user:group 101:65534 [preauth] >debug1: permanently_set_uid: 101/65534 [preauth] >debug3: ssh_sandbox_child: setting PR_SET_NO_NEW_PRIVS [preauth] >debug3: ssh_sandbox_child: attaching seccomp filter program [preauth] >debug3: rekey after 0 bytes, 3600 seconds [preauth] >debug1: list_hostkey_types: ssh-ed25519,ecdsa-sha2-nistp521,ssh-rsa [preauth] >debug1: SSH2_MSG_KEXINIT sent [preauth] >debug1: SSH2_MSG_KEXINIT received [preauth] >debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256 [preauth] >debug2: kex_parse_kexinit: ssh-ed25519,ecdsa-sha2-nistp521,ssh-rsa [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: none [preauth] >debug2: kex_parse_kexinit: none [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: first_kex_follows 0 [preauth] >debug2: kex_parse_kexinit: reserved 0 [preauth] >debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256 [preauth] >debug2: kex_parse_kexinit: ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,ssh-rsa,ssh-rsa-cert-v01@openssh.com [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib [preauth] >debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: first_kex_follows 0 [preauth] >debug2: kex_parse_kexinit: reserved 0 [preauth] >debug1: kex: client->server chacha20-poly1305@openssh.com <implicit> none [preauth] >debug1: kex: server->client chacha20-poly1305@openssh.com <implicit> none [preauth] >debug1: expecting SSH2_MSG_KEX_ECDH_INIT [preauth] >debug3: mm_key_sign entering [preauth] >debug3: mm_request_send entering: type 6 [preauth] >debug3: mm_key_sign: waiting for MONITOR_ANS_SIGN [preauth] >debug3: mm_request_receive_expect entering: type 7 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 6 >debug3: mm_answer_sign >debug3: mm_answer_sign: signature 0x7fbcc178ead0(83) >debug3: mm_request_send entering: type 7 >debug2: monitor_read: 6 used once, disabling now >debug2: kex_derive_keys [preauth] >debug2: set_newkeys: mode 1 [preauth] >debug1: SSH2_MSG_NEWKEYS sent [preauth] >debug1: expecting SSH2_MSG_NEWKEYS [preauth] >debug2: set_newkeys: mode 0 [preauth] >debug1: SSH2_MSG_NEWKEYS received [preauth] >debug1: KEX done [preauth] >debug1: userauth-request for user git service ssh-connection method none [preauth] >debug1: attempt 0 failures 0 [preauth] >debug3: mm_getpwnamallow entering [preauth] >debug3: mm_request_send entering: type 8 [preauth] >debug3: mm_getpwnamallow: waiting for MONITOR_ANS_PWNAM [preauth] >debug3: mm_request_receive_expect entering: type 9 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 8 >debug3: mm_answer_pwnamallow >debug3: Trying to reverse map address 22.33.44.55. >debug2: parse_server_config: config reprocess config len 2849 >debug3: checking match for 'User git' user git host client.example.org addr 22.33.44.55 laddr 1.2.3.4 lport 50000 >debug1: user git matched 'User git' at line 231 >debug3: match found >debug3: reprocess config:233 setting PasswordAuthentication no >debug3: reprocess config:234 setting PermitEmptyPasswords no >debug3: reprocess config:235 setting KbdInteractiveAuthentication no >debug3: reprocess config:236 setting RhostsRSAAuthentication no >debug3: reprocess config:237 setting HostbasedAuthentication no >debug3: reprocess config:238 setting HostbasedUsesNameFromPacketOnly no >debug3: reprocess config:239 setting KerberosAuthentication no >debug3: reprocess config:240 setting GSSAPIAuthentication no >debug3: reprocess config:241 setting RSAAuthentication no >debug3: reprocess config:243 setting AuthenticationMethods publickey >debug3: reprocess config:246 setting AuthorizedKeysCommand none >debug3: reprocess config:247 setting AuthorizedKeysCommandUser invalid >debug3: reprocess config:250 setting AuthorizedKeysFile .ssh/authorized_keys >debug3: reprocess config:253 setting AllowUsers git >debug3: reprocess config:254 setting PermitRootLogin no >debug3: reprocess config:257 setting PermitTTY no >debug3: reprocess config:258 setting AllowAgentForwarding no >debug3: reprocess config:259 setting PermitUserRC no >debug3: reprocess config:260 setting AcceptEnv LANG LC_ALL LC_ADDRESS LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME >debug3: reprocess config:261 setting AllowStreamLocalForwarding no >debug3: reprocess config:262 setting StreamLocalBindMask 0777 >debug3: reprocess config:263 setting StreamLocalBindUnlink no >debug3: reprocess config:264 setting AllowTcpForwarding no >debug3: reprocess config:265 setting PermitOpen none >debug3: reprocess config:266 setting PermitTunnel no >debug3: reprocess config:267 setting X11Forwarding no >debug3: reprocess config:268 setting X11UseLocalhost yes >debug3: reprocess config:269 setting GatewayPorts no >debug3: reprocess config:272 setting MaxSessions 1 >debug3: auth2_setup_methods_lists: checking methods >debug1: authentication methods list 0: publickey >debug3: mm_answer_pwnamallow: sending MONITOR_ANS_PWNAM: 1 >debug3: mm_request_send entering: type 9 >debug2: monitor_read: 8 used once, disabling now >debug2: input_userauth_request: setting up authctxt for git [preauth] >debug3: mm_start_pam entering [preauth] >debug3: mm_request_send entering: type 100 [preauth] >debug3: mm_inform_authserv entering [preauth] >debug3: mm_request_send entering: type 4 [preauth] >debug3: auth2_setup_methods_lists: checking methods [preauth] >debug1: authentication methods list 0: publickey [preauth] >debug2: Unrecognized authentication method name: none [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 100 >debug1: PAM: initializing for "git" >debug1: PAM: setting PAM_RHOST to "client.example.org" >debug1: PAM: setting PAM_TTY to "ssh" >debug2: monitor_read: 100 used once, disabling now >debug3: mm_request_receive entering >debug3: monitor_read: checking request 4 >debug3: mm_answer_authserv: service=ssh-connection, style=, role= >debug2: monitor_read: 4 used once, disabling now >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 1 failures 0 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7fbcc178f9d0 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: key not found >debug1: restore_uid: 0/0 >Failed publickey for git from 22.33.44.55 port 53681 ssh2: RSA da:9c:ab:70:74:de:16:6a:0f:3b:a3:4e:c9:7c:ab:d9 >debug3: mm_answer_keyallowed: key 0x7fbcc178f9d0 is not allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 2 failures 1 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7fbcc178f940 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: key not found >debug1: restore_uid: 0/0 >Failed publickey for git from 22.33.44.55 port 53681 ssh2: RSA ZZ:ZZ:ZZ:ZZ:.... >debug3: mm_answer_keyallowed: key 0x7fbcc178f940 is not allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 3 failures 2 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7fbcc178f9d0 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: key not found >debug1: restore_uid: 0/0 >Failed publickey for git from 22.33.44.55 port 53681 ssh2: RSA YY:YY:YY:YY:.... >debug3: mm_answer_keyallowed: key 0x7fbcc178f9d0 is not allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 4 failures 3 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7fbcc178f940 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug1: matching key found: file /var/lib/gitolite3/.ssh/authorized_keys, line 3 ED25519 XX:XX:XX:XX:.... >debug1: restore_uid: 0/0 >debug3: mm_answer_keyallowed: key 0x7fbcc178f940 is allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-ed25519 [preauth] >Postponed publickey for git from 22.33.44.55 port 53681 ssh2 [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 5 failures 3 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7fbcc178f9d0 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug1: matching key found: file /var/lib/gitolite3/.ssh/authorized_keys, line 3 ED25519 XX:XX:XX:XX:.... >debug1: restore_uid: 0/0 >debug3: mm_answer_keyallowed: key 0x7fbcc178f9d0 is allowed >debug3: mm_request_send entering: type 23 >debug3: mm_key_verify entering [preauth] >debug3: mm_request_send entering: type 24 [preauth] >debug3: mm_key_verify: waiting for MONITOR_ANS_KEYVERIFY [preauth] >debug3: mm_request_receive_expect entering: type 25 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 24 >debug3: mm_answer_keyverify: key 0x7fbcc178f940 signature verified >debug3: mm_request_send entering: type 25 >debug3: auth2_update_methods_lists: updating methods list after "publickey" >debug2: authentication methods list 0 complete >debug3: mm_request_receive_expect entering: type 102 >debug3: mm_request_receive entering >debug1: do_pam_account: called >debug3: PAM: do_pam_account pam_acct_mgmt = 0 (Success) >debug3: mm_request_send entering: type 103 >Accepted publickey for git from 22.33.44.55 port 53681 ssh2: ED25519 XX:XX:XX:XX:.... >debug1: monitor_child_preauth: git has been authenticated by privileged process >debug3: mm_get_keystate: Waiting for new keys >debug3: mm_request_receive_expect entering: type 26 >debug3: mm_request_receive entering >debug3: mm_newkeys_from_blob: 0x7fbcc178f420(137) >debug3: mm_get_keystate: Waiting for second key >debug3: mm_newkeys_from_blob: 0x7fbcc178f420(137) >debug3: mm_get_keystate: Getting compression state >debug3: mm_get_keystate: Getting Network I/O buffers >debug2: userauth_pubkey: authenticated 1 pkalg ssh-ed25519 [preauth] >debug3: auth2_update_methods_lists: updating methods list after "publickey" [preauth] >debug2: authentication methods list 0 complete [preauth] >debug3: mm_do_pam_account entering [preauth] >debug3: mm_request_send entering: type 102 [preauth] >debug3: mm_request_receive_expect entering: type 103 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_do_pam_account returning 1 [preauth] >debug3: mm_send_keystate: Sending new keys: 0x7fbcc178ed30 0x7fbcc1790170 [preauth] >debug3: mm_newkeys_to_blob: converting 0x7fbcc178ed30 [preauth] >debug3: mm_newkeys_to_blob: converting 0x7fbcc1790170 [preauth] >debug3: mm_send_keystate: New keys have been sent [preauth] >debug3: mm_send_keystate: Sending compression state [preauth] >debug3: mm_request_send entering: type 26 [preauth] >debug3: mm_send_keystate: Finished sending state [preauth] >debug1: monitor_read_log: child log fd closed >debug3: ssh_sandbox_parent_finish: finished >debug1: PAM: establishing credentials >debug3: PAM: opening session >debug3: PAM: sshpam_store_conv called with 1 messages >User child is on pid 5413 >debug1: SELinux support disabled >debug1: PAM: establishing credentials >debug1: permanently_set_uid: 116/130 >debug2: set_newkeys: mode 0 >debug2: set_newkeys: mode 1 >debug1: packet_set_postauth: called >debug3: rekey after 0 bytes, 3600 seconds >debug3: mm_request_receive entering >debug1: do_cleanup >debug1: PAM: cleanup >debug1: PAM: closing session >debug1: PAM: deleting credentials >debug3: PAM: sshpam_thread_cleanup entering >root@server:~# /usr/sbin/sshd -dddD -p 50000 >debug2: load_server_config: filename /etc/ssh/sshd_config >debug2: load_server_config: done config len = 2849 >debug2: parse_server_config: config /etc/ssh/sshd_config len 2849 >debug3: /etc/ssh/sshd_config:23 setting UsePrivilegeSeparation sandbox >debug3: /etc/ssh/sshd_config:34 setting ListenAddress localhost >debug3: /etc/ssh/sshd_config:35 setting ListenAddress ip6-localhost >debug3: /etc/ssh/sshd_config:36 setting ListenAddress 1.lo.iface.localhost >debug3: /etc/ssh/sshd_config:37 setting ListenAddress 0.ssh.srv.localhost >debug3: /etc/ssh/sshd_config:38 setting ListenAddress 0.ssh.srv.ip6-localhost >debug3: /etc/ssh/sshd_config:41 setting TCPKeepAlive no >debug3: /etc/ssh/sshd_config:57 setting Protocol 2 >debug3: /etc/ssh/sshd_config:67 setting Compression no >debug3: /etc/ssh/sshd_config:69 setting ClientAliveInterval 15 >debug3: /etc/ssh/sshd_config:70 setting ClientAliveCountMax 8 >debug3: /etc/ssh/sshd_config:73 setting GSSAPIKeyExchange no >debug3: /etc/ssh/sshd_config:76 setting KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256 >debug3: kex names ok: [curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256] >debug3: /etc/ssh/sshd_config:78 setting Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr >debug3: /etc/ssh/sshd_config:80 setting MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com >debug3: macs ok: [hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com] >debug3: /etc/ssh/sshd_config:82 setting ServerKeyBits 4096 >debug3: /etc/ssh/sshd_config:83 setting KeyRegenerationInterval 10m >debug3: /etc/ssh/sshd_config:84 setting RekeyLimit default 1h >debug3: /etc/ssh/sshd_config:92 setting HostKey /etc/ssh/ssh_host_ed25519_key >debug3: /etc/ssh/sshd_config:93 setting HostKey /etc/ssh/ssh_host_ecdsa_key >debug3: /etc/ssh/sshd_config:94 setting HostKey /etc/ssh/ssh_host_rsa_key >debug3: /etc/ssh/sshd_config:108 setting PasswordAuthentication no >debug3: /etc/ssh/sshd_config:109 setting PermitEmptyPasswords no >debug3: /etc/ssh/sshd_config:111 setting KbdInteractiveAuthentication no >debug3: /etc/ssh/sshd_config:113 setting ChallengeResponseAuthentication no >debug3: /etc/ssh/sshd_config:115 setting RhostsRSAAuthentication no >debug3: /etc/ssh/sshd_config:117 setting HostbasedAuthentication no >debug3: /etc/ssh/sshd_config:118 setting HostbasedUsesNameFromPacketOnly no >debug3: /etc/ssh/sshd_config:120 setting KerberosAuthentication no >debug3: /etc/ssh/sshd_config:121 setting KerberosOrLocalPasswd no >debug3: /etc/ssh/sshd_config:125 setting GSSAPIAuthentication no >debug3: /etc/ssh/sshd_config:126 setting GSSAPIStrictAcceptorCheck yes >debug3: /etc/ssh/sshd_config:130 setting RSAAuthentication no >debug3: /etc/ssh/sshd_config:132 setting PubkeyAuthentication yes >debug3: /etc/ssh/sshd_config:135 setting IgnoreUserKnownHosts yes >debug3: /etc/ssh/sshd_config:136 setting IgnoreRhosts yes >debug3: /etc/ssh/sshd_config:144 setting AuthenticationMethods publickey >debug3: /etc/ssh/sshd_config:146 setting LoginGraceTime 60 >debug3: /etc/ssh/sshd_config:147 setting MaxAuthTries 4 >debug3: /etc/ssh/sshd_config:153 setting AuthorizedKeysCommandUser invalid >debug3: /etc/ssh/sshd_config:154 setting AuthorizedKeysFile .ssh/authorized_keys >debug3: /etc/ssh/sshd_config:162 setting AllowUsers root git >debug3: /etc/ssh/sshd_config:166 setting PermitRootLogin without-password >debug3: /etc/ssh/sshd_config:174 setting UsePAM yes >debug3: /etc/ssh/sshd_config:182 setting AcceptEnv LANG LC_ALL LC_ADDRESS LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME >debug3: /etc/ssh/sshd_config:183 setting PermitUserEnvironment no >debug3: /etc/ssh/sshd_config:187 setting PrintMotd no >debug3: /etc/ssh/sshd_config:200 setting StreamLocalBindMask 0177 >debug3: /etc/ssh/sshd_config:201 setting StreamLocalBindUnlink no >debug3: /etc/ssh/sshd_config:206 setting PermitTunnel no >debug3: /etc/ssh/sshd_config:208 setting X11Forwarding yes >debug3: /etc/ssh/sshd_config:209 setting X11UseLocalhost yes >debug3: /etc/ssh/sshd_config:214 setting GatewayPorts no >debug3: /etc/ssh/sshd_config:222 setting Subsystem sftp /usr/lib/openssh/sftp-server >debug3: checking syntax for 'Match User git' >debug1: sshd version OpenSSH_6.7, OpenSSL 1.0.1k 8 Jan 2015 >debug1: private host key: #0 type 4 ED25519 >debug1: private host key: #1 type 3 ECDSA >debug1: private host key: #2 type 1 RSA >debug1: rexec_argv[0]='/usr/sbin/sshd' >debug1: rexec_argv[1]='-dddD' >debug1: rexec_argv[2]='-p' >debug1: rexec_argv[3]='50000' >debug3: oom_adjust_setup >Set /proc/self/oom_score_adj from 0 to -1000 >debug2: fd 3 setting O_NONBLOCK >debug3: sock_set_v6only: set socket 3 IPV6_V6ONLY >debug1: Bind to port 50000 on 2a01:4f8:a0:4024::1:0. >Server listening on 2a01:4f8:a0:4024::1:0 port 50000. >debug2: fd 4 setting O_NONBLOCK >debug1: Bind to port 50000 on 1.2.3.4. >Server listening on 1.2.3.4 port 50000. >debug2: fd 5 setting O_NONBLOCK >debug1: Bind to port 50000 on 127.0.1.1. >Server listening on 127.0.1.1 port 50000. >debug2: fd 6 setting O_NONBLOCK >debug3: sock_set_v6only: set socket 6 IPV6_V6ONLY >debug1: Bind to port 50000 on ::1. >Server listening on ::1 port 50000. >debug2: fd 7 setting O_NONBLOCK >debug3: sock_set_v6only: set socket 7 IPV6_V6ONLY >debug1: Bind to port 50000 on ::1. >Bind to port 50000 on ::1 failed: Address already in use. >debug2: fd 7 setting O_NONBLOCK >debug1: Bind to port 50000 on 127.0.0.1. >Server listening on 127.0.0.1 port 50000. >debug3: fd 8 is not O_NONBLOCK >debug1: Server will not fork when running in debugging mode. >debug3: send_rexec_state: entering fd = 11 config len 2849 >debug3: ssh_msg_send: type 0 >debug3: send_rexec_state: done >debug1: rexec start in 8 out 8 newsock 8 pipe -1 sock 11 >debug1: inetd sockets after dupping: 3, 3 >Connection from 22.33.44.55 port 53682 on 1.2.3.4 port 50000 >debug1: Client protocol version 2.0; client software version OpenSSH_6.7p1 Debian-3 >debug1: match: OpenSSH_6.7p1 Debian-3 pat OpenSSH* compat 0x04000000 >debug1: Enabling compatibility mode for protocol 2.0 >debug1: Local version string SSH-2.0-OpenSSH_6.7p1 Debian-3 >debug2: fd 3 setting O_NONBLOCK >debug3: ssh_sandbox_init: preparing seccomp filter sandbox >debug2: Network child is on pid 5415 >debug3: preauth child monitor started >debug3: privsep user:group 101:65534 [preauth] >debug1: permanently_set_uid: 101/65534 [preauth] >debug3: ssh_sandbox_child: setting PR_SET_NO_NEW_PRIVS [preauth] >debug3: ssh_sandbox_child: attaching seccomp filter program [preauth] >debug3: rekey after 0 bytes, 3600 seconds [preauth] >debug1: list_hostkey_types: ssh-ed25519,ecdsa-sha2-nistp521,ssh-rsa [preauth] >debug1: SSH2_MSG_KEXINIT sent [preauth] >debug1: SSH2_MSG_KEXINIT received [preauth] >debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256 [preauth] >debug2: kex_parse_kexinit: ssh-ed25519,ecdsa-sha2-nistp521,ssh-rsa [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: none [preauth] >debug2: kex_parse_kexinit: none [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: first_kex_follows 0 [preauth] >debug2: kex_parse_kexinit: reserved 0 [preauth] >debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256 [preauth] >debug2: kex_parse_kexinit: ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,ssh-rsa,ssh-rsa-cert-v01@openssh.com [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib [preauth] >debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: first_kex_follows 0 [preauth] >debug2: kex_parse_kexinit: reserved 0 [preauth] >debug1: kex: client->server chacha20-poly1305@openssh.com <implicit> none [preauth] >debug1: kex: server->client chacha20-poly1305@openssh.com <implicit> none [preauth] >debug1: expecting SSH2_MSG_KEX_ECDH_INIT [preauth] >debug3: mm_key_sign entering [preauth] >debug3: mm_request_send entering: type 6 [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 6 >debug3: mm_answer_sign >debug3: mm_answer_sign: signature 0x7fe3f3e36ad0(83) >debug3: mm_request_send entering: type 7 >debug2: monitor_read: 6 used once, disabling now >debug3: mm_key_sign: waiting for MONITOR_ANS_SIGN [preauth] >debug3: mm_request_receive_expect entering: type 7 [preauth] >debug3: mm_request_receive entering [preauth] >debug2: kex_derive_keys [preauth] >debug2: set_newkeys: mode 1 [preauth] >debug1: SSH2_MSG_NEWKEYS sent [preauth] >debug1: expecting SSH2_MSG_NEWKEYS [preauth] >debug2: set_newkeys: mode 0 [preauth] >debug1: SSH2_MSG_NEWKEYS received [preauth] >debug1: KEX done [preauth] >debug1: userauth-request for user git service ssh-connection method none [preauth] >debug1: attempt 0 failures 0 [preauth] >debug3: mm_getpwnamallow entering [preauth] >debug3: mm_request_send entering: type 8 [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 8 >debug3: mm_answer_pwnamallow >debug3: Trying to reverse map address 22.33.44.55. >debug2: parse_server_config: config reprocess config len 2849 >debug3: checking match for 'User git' user git host client.example.org addr 22.33.44.55 laddr 1.2.3.4 lport 50000 >debug1: user git matched 'User git' at line 231 >debug3: match found >debug3: reprocess config:233 setting PasswordAuthentication no >debug3: reprocess config:234 setting PermitEmptyPasswords no >debug3: reprocess config:235 setting KbdInteractiveAuthentication no >debug3: reprocess config:236 setting RhostsRSAAuthentication no >debug3: reprocess config:237 setting HostbasedAuthentication no >debug3: reprocess config:238 setting HostbasedUsesNameFromPacketOnly no >debug3: reprocess config:239 setting KerberosAuthentication no >debug3: reprocess config:240 setting GSSAPIAuthentication no >debug3: reprocess config:241 setting RSAAuthentication no >debug3: reprocess config:243 setting AuthenticationMethods publickey >debug3: reprocess config:246 setting AuthorizedKeysCommand none >debug3: reprocess config:247 setting AuthorizedKeysCommandUser invalid >debug3: reprocess config:250 setting AuthorizedKeysFile .ssh/authorized_keys >debug3: reprocess config:253 setting AllowUsers git >debug3: reprocess config:254 setting PermitRootLogin no >debug3: reprocess config:257 setting PermitTTY no >debug3: reprocess config:258 setting AllowAgentForwarding no >debug3: reprocess config:259 setting PermitUserRC no >debug3: reprocess config:260 setting AcceptEnv LANG LC_ALL LC_ADDRESS LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME >debug3: reprocess config:261 setting AllowStreamLocalForwarding no >debug3: reprocess config:262 setting StreamLocalBindMask 0777 >debug3: reprocess config:263 setting StreamLocalBindUnlink no >debug3: reprocess config:264 setting AllowTcpForwarding no >debug3: reprocess config:265 setting PermitOpen none >debug3: reprocess config:266 setting PermitTunnel no >debug3: reprocess config:267 setting X11Forwarding no >debug3: reprocess config:268 setting X11UseLocalhost yes >debug3: reprocess config:269 setting GatewayPorts no >debug3: reprocess config:272 setting MaxSessions 1 >debug3: auth2_setup_methods_lists: checking methods >debug1: authentication methods list 0: publickey >debug3: mm_answer_pwnamallow: sending MONITOR_ANS_PWNAM: 1 >debug3: mm_request_send entering: type 9 >debug2: monitor_read: 8 used once, disabling now >debug3: mm_getpwnamallow: waiting for MONITOR_ANS_PWNAM [preauth] >debug3: mm_request_receive_expect entering: type 9 [preauth] >debug3: mm_request_receive entering [preauth] >debug2: input_userauth_request: setting up authctxt for git [preauth] >debug3: mm_start_pam entering [preauth] >debug3: mm_request_send entering: type 100 [preauth] >debug3: mm_inform_authserv entering [preauth] >debug3: mm_request_send entering: type 4 [preauth] >debug3: auth2_setup_methods_lists: checking methods [preauth] >debug1: authentication methods list 0: publickey [preauth] >debug2: Unrecognized authentication method name: none [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 100 >debug1: PAM: initializing for "git" >debug1: PAM: setting PAM_RHOST to "client.example.org" >debug1: PAM: setting PAM_TTY to "ssh" >debug2: monitor_read: 100 used once, disabling now >debug3: mm_request_receive entering >debug3: monitor_read: checking request 4 >debug3: mm_answer_authserv: service=ssh-connection, style=, role= >debug2: monitor_read: 4 used once, disabling now >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 1 failures 0 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7fe3f3e379d0 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: key not found >debug1: restore_uid: 0/0 >Failed publickey for git from 22.33.44.55 port 53682 ssh2: RSA da:9c:ab:70:74:de:16:6a:0f:3b:a3:4e:c9:7c:ab:d9 >debug3: mm_answer_keyallowed: key 0x7fe3f3e379d0 is not allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 2 failures 1 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7fe3f3e37940 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: key not found >debug1: restore_uid: 0/0 >Failed publickey for git from 22.33.44.55 port 53682 ssh2: RSA ZZ:ZZ:ZZ:ZZ:.... >debug3: mm_answer_keyallowed: key 0x7fe3f3e37940 is not allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 3 failures 2 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7fe3f3e379d0 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: key not found >debug1: restore_uid: 0/0 >Failed publickey for git from 22.33.44.55 port 53682 ssh2: RSA YY:YY:YY:YY:.... >debug3: mm_answer_keyallowed: key 0x7fe3f3e379d0 is not allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 4 failures 3 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7fe3f3e37940 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug1: matching key found: file /var/lib/gitolite3/.ssh/authorized_keys, line 3 ED25519 XX:XX:XX:XX:.... >debug1: restore_uid: 0/0 >debug3: mm_answer_keyallowed: key 0x7fe3f3e37940 is allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-ed25519 [preauth] >Postponed publickey for git from 22.33.44.55 port 53682 ssh2 [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 5 failures 3 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7fe3f3e379d0 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug1: matching key found: file /var/lib/gitolite3/.ssh/authorized_keys, line 3 ED25519 XX:XX:XX:XX:.... >debug1: restore_uid: 0/0 >debug3: mm_answer_keyallowed: key 0x7fe3f3e379d0 is allowed >debug3: mm_request_send entering: type 23 >debug3: mm_key_verify entering [preauth] >debug3: mm_request_send entering: type 24 [preauth] >debug3: mm_key_verify: waiting for MONITOR_ANS_KEYVERIFY [preauth] >debug3: mm_request_receive_expect entering: type 25 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 24 >debug3: mm_answer_keyverify: key 0x7fe3f3e37940 signature verified >debug3: mm_request_send entering: type 25 >debug3: auth2_update_methods_lists: updating methods list after "publickey" >debug2: authentication methods list 0 complete >debug3: mm_request_receive_expect entering: type 102 >debug3: mm_request_receive entering >debug1: do_pam_account: called >debug3: PAM: do_pam_account pam_acct_mgmt = 0 (Success) >debug3: mm_request_send entering: type 103 >Accepted publickey for git from 22.33.44.55 port 53682 ssh2: ED25519 XX:XX:XX:XX:.... >debug1: monitor_child_preauth: git has been authenticated by privileged process >debug3: mm_get_keystate: Waiting for new keys >debug3: mm_request_receive_expect entering: type 26 >debug3: mm_request_receive entering >debug3: mm_newkeys_from_blob: 0x7fe3f3e37420(137) >debug3: mm_get_keystate: Waiting for second key >debug3: mm_newkeys_from_blob: 0x7fe3f3e37420(137) >debug3: mm_get_keystate: Getting compression state >debug3: mm_get_keystate: Getting Network I/O buffers >debug2: userauth_pubkey: authenticated 1 pkalg ssh-ed25519 [preauth] >debug3: auth2_update_methods_lists: updating methods list after "publickey" [preauth] >debug2: authentication methods list 0 complete [preauth] >debug3: mm_do_pam_account entering [preauth] >debug3: mm_request_send entering: type 102 [preauth] >debug3: mm_request_receive_expect entering: type 103 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_do_pam_account returning 1 [preauth] >debug3: mm_send_keystate: Sending new keys: 0x7fe3f3e36d30 0x7fe3f3e38170 [preauth] >debug3: mm_newkeys_to_blob: converting 0x7fe3f3e36d30 [preauth] >debug3: mm_newkeys_to_blob: converting 0x7fe3f3e38170 [preauth] >debug3: mm_send_keystate: New keys have been sent [preauth] >debug3: mm_send_keystate: Sending compression state [preauth] >debug3: mm_request_send entering: type 26 [preauth] >debug3: mm_send_keystate: Finished sending state [preauth] >debug1: monitor_read_log: child log fd closed >debug3: ssh_sandbox_parent_finish: finished >debug1: PAM: establishing credentials >debug3: PAM: opening session >debug3: PAM: sshpam_store_conv called with 1 messages >User child is on pid 5416 >debug1: SELinux support disabled >debug1: PAM: establishing credentials >debug1: permanently_set_uid: 116/130 >debug2: set_newkeys: mode 0 >debug2: set_newkeys: mode 1 >debug1: packet_set_postauth: called >debug3: rekey after 0 bytes, 3600 seconds >debug3: mm_request_receive entering >debug1: do_cleanup >debug1: PAM: cleanup >debug1: PAM: closing session >debug1: PAM: deleting credentials >debug3: PAM: sshpam_thread_cleanup entering >root@server:~# /usr/sbin/sshd -dddD -p 50000 >debug2: load_server_config: filename /etc/ssh/sshd_config >debug2: load_server_config: done config len = 2849 >debug2: parse_server_config: config /etc/ssh/sshd_config len 2849 >debug3: /etc/ssh/sshd_config:23 setting UsePrivilegeSeparation sandbox >debug3: /etc/ssh/sshd_config:34 setting ListenAddress localhost >debug3: /etc/ssh/sshd_config:35 setting ListenAddress ip6-localhost >debug3: /etc/ssh/sshd_config:36 setting ListenAddress 1.lo.iface.localhost >debug3: /etc/ssh/sshd_config:37 setting ListenAddress 0.ssh.srv.localhost >debug3: /etc/ssh/sshd_config:38 setting ListenAddress 0.ssh.srv.ip6-localhost >debug3: /etc/ssh/sshd_config:41 setting TCPKeepAlive no >debug3: /etc/ssh/sshd_config:57 setting Protocol 2 >debug3: /etc/ssh/sshd_config:67 setting Compression no >debug3: /etc/ssh/sshd_config:69 setting ClientAliveInterval 15 >debug3: /etc/ssh/sshd_config:70 setting ClientAliveCountMax 8 >debug3: /etc/ssh/sshd_config:73 setting GSSAPIKeyExchange no >debug3: /etc/ssh/sshd_config:76 setting KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256 >debug3: kex names ok: [curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256] >debug3: /etc/ssh/sshd_config:78 setting Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr >debug3: /etc/ssh/sshd_config:80 setting MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com >debug3: macs ok: [hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com] >debug3: /etc/ssh/sshd_config:82 setting ServerKeyBits 4096 >debug3: /etc/ssh/sshd_config:83 setting KeyRegenerationInterval 10m >debug3: /etc/ssh/sshd_config:84 setting RekeyLimit default 1h >debug3: /etc/ssh/sshd_config:92 setting HostKey /etc/ssh/ssh_host_ed25519_key >debug3: /etc/ssh/sshd_config:93 setting HostKey /etc/ssh/ssh_host_ecdsa_key >debug3: /etc/ssh/sshd_config:94 setting HostKey /etc/ssh/ssh_host_rsa_key >debug3: /etc/ssh/sshd_config:108 setting PasswordAuthentication no >debug3: /etc/ssh/sshd_config:109 setting PermitEmptyPasswords no >debug3: /etc/ssh/sshd_config:111 setting KbdInteractiveAuthentication no >debug3: /etc/ssh/sshd_config:113 setting ChallengeResponseAuthentication no >debug3: /etc/ssh/sshd_config:115 setting RhostsRSAAuthentication no >debug3: /etc/ssh/sshd_config:117 setting HostbasedAuthentication no >debug3: /etc/ssh/sshd_config:118 setting HostbasedUsesNameFromPacketOnly no >debug3: /etc/ssh/sshd_config:120 setting KerberosAuthentication no >debug3: /etc/ssh/sshd_config:121 setting KerberosOrLocalPasswd no >debug3: /etc/ssh/sshd_config:125 setting GSSAPIAuthentication no >debug3: /etc/ssh/sshd_config:126 setting GSSAPIStrictAcceptorCheck yes >debug3: /etc/ssh/sshd_config:130 setting RSAAuthentication no >debug3: /etc/ssh/sshd_config:132 setting PubkeyAuthentication yes >debug3: /etc/ssh/sshd_config:135 setting IgnoreUserKnownHosts yes >debug3: /etc/ssh/sshd_config:136 setting IgnoreRhosts yes >debug3: /etc/ssh/sshd_config:144 setting AuthenticationMethods publickey >debug3: /etc/ssh/sshd_config:146 setting LoginGraceTime 60 >debug3: /etc/ssh/sshd_config:147 setting MaxAuthTries 4 >debug3: /etc/ssh/sshd_config:153 setting AuthorizedKeysCommandUser invalid >debug3: /etc/ssh/sshd_config:154 setting AuthorizedKeysFile .ssh/authorized_keys >debug3: /etc/ssh/sshd_config:162 setting AllowUsers root git >debug3: /etc/ssh/sshd_config:166 setting PermitRootLogin without-password >debug3: /etc/ssh/sshd_config:174 setting UsePAM yes >debug3: /etc/ssh/sshd_config:182 setting AcceptEnv LANG LC_ALL LC_ADDRESS LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME >debug3: /etc/ssh/sshd_config:183 setting PermitUserEnvironment no >debug3: /etc/ssh/sshd_config:187 setting PrintMotd no >debug3: /etc/ssh/sshd_config:200 setting StreamLocalBindMask 0177 >debug3: /etc/ssh/sshd_config:201 setting StreamLocalBindUnlink no >debug3: /etc/ssh/sshd_config:206 setting PermitTunnel no >debug3: /etc/ssh/sshd_config:208 setting X11Forwarding yes >debug3: /etc/ssh/sshd_config:209 setting X11UseLocalhost yes >debug3: /etc/ssh/sshd_config:214 setting GatewayPorts no >debug3: /etc/ssh/sshd_config:222 setting Subsystem sftp /usr/lib/openssh/sftp-server >debug3: checking syntax for 'Match User git' >debug1: sshd version OpenSSH_6.7, OpenSSL 1.0.1k 8 Jan 2015 >debug1: private host key: #0 type 4 ED25519 >debug1: private host key: #1 type 3 ECDSA >debug1: private host key: #2 type 1 RSA >debug1: rexec_argv[0]='/usr/sbin/sshd' >debug1: rexec_argv[1]='-dddD' >debug1: rexec_argv[2]='-p' >debug1: rexec_argv[3]='50000' >debug3: oom_adjust_setup >Set /proc/self/oom_score_adj from 0 to -1000 >debug2: fd 3 setting O_NONBLOCK >debug3: sock_set_v6only: set socket 3 IPV6_V6ONLY >debug1: Bind to port 50000 on 2a01:4f8:a0:4024::1:0. >Server listening on 2a01:4f8:a0:4024::1:0 port 50000. >debug2: fd 4 setting O_NONBLOCK >debug1: Bind to port 50000 on 1.2.3.4. >Server listening on 1.2.3.4 port 50000. >debug2: fd 5 setting O_NONBLOCK >debug1: Bind to port 50000 on 127.0.1.1. >Server listening on 127.0.1.1 port 50000. >debug2: fd 6 setting O_NONBLOCK >debug3: sock_set_v6only: set socket 6 IPV6_V6ONLY >debug1: Bind to port 50000 on ::1. >Server listening on ::1 port 50000. >debug2: fd 7 setting O_NONBLOCK >debug3: sock_set_v6only: set socket 7 IPV6_V6ONLY >debug1: Bind to port 50000 on ::1. >Bind to port 50000 on ::1 failed: Address already in use. >debug2: fd 7 setting O_NONBLOCK >debug1: Bind to port 50000 on 127.0.0.1. >Server listening on 127.0.0.1 port 50000. >debug3: fd 8 is not O_NONBLOCK >debug1: Server will not fork when running in debugging mode. >debug3: send_rexec_state: entering fd = 11 config len 2849 >debug3: ssh_msg_send: type 0 >debug3: send_rexec_state: done >debug1: rexec start in 8 out 8 newsock 8 pipe -1 sock 11 >debug1: inetd sockets after dupping: 3, 3 >Connection from 22.33.44.55 port 53683 on 1.2.3.4 port 50000 >debug1: Client protocol version 2.0; client software version OpenSSH_6.7p1 Debian-3 >debug1: match: OpenSSH_6.7p1 Debian-3 pat OpenSSH* compat 0x04000000 >debug1: Enabling compatibility mode for protocol 2.0 >debug1: Local version string SSH-2.0-OpenSSH_6.7p1 Debian-3 >debug2: fd 3 setting O_NONBLOCK >debug3: ssh_sandbox_init: preparing seccomp filter sandbox >debug2: Network child is on pid 5418 >debug3: preauth child monitor started >debug3: privsep user:group 101:65534 [preauth] >debug1: permanently_set_uid: 101/65534 [preauth] >debug3: ssh_sandbox_child: setting PR_SET_NO_NEW_PRIVS [preauth] >debug3: ssh_sandbox_child: attaching seccomp filter program [preauth] >debug3: rekey after 0 bytes, 3600 seconds [preauth] >debug1: list_hostkey_types: ssh-ed25519,ecdsa-sha2-nistp521,ssh-rsa [preauth] >debug1: SSH2_MSG_KEXINIT sent [preauth] >debug1: SSH2_MSG_KEXINIT received [preauth] >debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256 [preauth] >debug2: kex_parse_kexinit: ssh-ed25519,ecdsa-sha2-nistp521,ssh-rsa [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: none [preauth] >debug2: kex_parse_kexinit: none [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: first_kex_follows 0 [preauth] >debug2: kex_parse_kexinit: reserved 0 [preauth] >debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256 [preauth] >debug2: kex_parse_kexinit: ssh-ed25519,ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,ssh-rsa,ssh-rsa-cert-v01@openssh.com [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com [preauth] >debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib [preauth] >debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: [preauth] >debug2: kex_parse_kexinit: first_kex_follows 0 [preauth] >debug2: kex_parse_kexinit: reserved 0 [preauth] >debug1: kex: client->server chacha20-poly1305@openssh.com <implicit> none [preauth] >debug1: kex: server->client chacha20-poly1305@openssh.com <implicit> none [preauth] >debug1: expecting SSH2_MSG_KEX_ECDH_INIT [preauth] >debug3: mm_key_sign entering [preauth] >debug3: mm_request_send entering: type 6 [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 6 >debug3: mm_answer_sign >debug3: mm_answer_sign: signature 0x7fa763381ef0(83) >debug3: mm_request_send entering: type 7 >debug2: monitor_read: 6 used once, disabling now >debug3: mm_key_sign: waiting for MONITOR_ANS_SIGN [preauth] >debug3: mm_request_receive_expect entering: type 7 [preauth] >debug3: mm_request_receive entering [preauth] >debug2: kex_derive_keys [preauth] >debug2: set_newkeys: mode 1 [preauth] >debug1: SSH2_MSG_NEWKEYS sent [preauth] >debug1: expecting SSH2_MSG_NEWKEYS [preauth] >debug2: set_newkeys: mode 0 [preauth] >debug1: SSH2_MSG_NEWKEYS received [preauth] >debug1: KEX done [preauth] >debug1: userauth-request for user git service ssh-connection method none [preauth] >debug1: attempt 0 failures 0 [preauth] >debug3: mm_getpwnamallow entering [preauth] >debug3: mm_request_send entering: type 8 [preauth] >debug3: mm_getpwnamallow: waiting for MONITOR_ANS_PWNAM [preauth] >debug3: mm_request_receive_expect entering: type 9 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 8 >debug3: mm_answer_pwnamallow >debug3: Trying to reverse map address 22.33.44.55. >debug2: parse_server_config: config reprocess config len 2849 >debug3: checking match for 'User git' user git host client.example.org addr 22.33.44.55 laddr 1.2.3.4 lport 50000 >debug1: user git matched 'User git' at line 231 >debug3: match found >debug3: reprocess config:233 setting PasswordAuthentication no >debug3: reprocess config:234 setting PermitEmptyPasswords no >debug3: reprocess config:235 setting KbdInteractiveAuthentication no >debug3: reprocess config:236 setting RhostsRSAAuthentication no >debug3: reprocess config:237 setting HostbasedAuthentication no >debug3: reprocess config:238 setting HostbasedUsesNameFromPacketOnly no >debug3: reprocess config:239 setting KerberosAuthentication no >debug3: reprocess config:240 setting GSSAPIAuthentication no >debug3: reprocess config:241 setting RSAAuthentication no >debug3: reprocess config:243 setting AuthenticationMethods publickey >debug3: reprocess config:246 setting AuthorizedKeysCommand none >debug3: reprocess config:247 setting AuthorizedKeysCommandUser invalid >debug3: reprocess config:250 setting AuthorizedKeysFile .ssh/authorized_keys >debug3: reprocess config:253 setting AllowUsers git >debug3: reprocess config:254 setting PermitRootLogin no >debug3: reprocess config:257 setting PermitTTY no >debug3: reprocess config:258 setting AllowAgentForwarding no >debug3: reprocess config:259 setting PermitUserRC no >debug3: reprocess config:260 setting AcceptEnv LANG LC_ALL LC_ADDRESS LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME >debug3: reprocess config:261 setting AllowStreamLocalForwarding no >debug3: reprocess config:262 setting StreamLocalBindMask 0777 >debug3: reprocess config:263 setting StreamLocalBindUnlink no >debug3: reprocess config:264 setting AllowTcpForwarding no >debug3: reprocess config:265 setting PermitOpen none >debug3: reprocess config:266 setting PermitTunnel no >debug3: reprocess config:267 setting X11Forwarding no >debug3: reprocess config:268 setting X11UseLocalhost yes >debug3: reprocess config:269 setting GatewayPorts no >debug3: reprocess config:272 setting MaxSessions 1 >debug3: auth2_setup_methods_lists: checking methods >debug1: authentication methods list 0: publickey >debug3: mm_answer_pwnamallow: sending MONITOR_ANS_PWNAM: 1 >debug3: mm_request_send entering: type 9 >debug2: monitor_read: 8 used once, disabling now >debug2: input_userauth_request: setting up authctxt for git [preauth] >debug3: mm_start_pam entering [preauth] >debug3: mm_request_send entering: type 100 [preauth] >debug3: mm_inform_authserv entering [preauth] >debug3: mm_request_send entering: type 4 [preauth] >debug3: auth2_setup_methods_lists: checking methods [preauth] >debug1: authentication methods list 0: publickey [preauth] >debug2: Unrecognized authentication method name: none [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 100 >debug1: PAM: initializing for "git" >debug1: PAM: setting PAM_RHOST to "client.example.org" >debug1: PAM: setting PAM_TTY to "ssh" >debug2: monitor_read: 100 used once, disabling now >debug3: mm_request_receive entering >debug3: monitor_read: checking request 4 >debug3: mm_answer_authserv: service=ssh-connection, style=, role= >debug2: monitor_read: 4 used once, disabling now >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 1 failures 0 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7fa7633841a0 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: key not found >debug1: restore_uid: 0/0 >Failed publickey for git from 22.33.44.55 port 53683 ssh2: RSA da:9c:ab:70:74:de:16:6a:0f:3b:a3:4e:c9:7c:ab:d9 >debug3: mm_answer_keyallowed: key 0x7fa7633841a0 is not allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 2 failures 1 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7fa763384110 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: key not found >debug1: restore_uid: 0/0 >Failed publickey for git from 22.33.44.55 port 53683 ssh2: RSA ZZ:ZZ:ZZ:ZZ:.... >debug3: mm_answer_keyallowed: key 0x7fa763384110 is not allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 3 failures 2 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7fa7633841a0 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: user_key_allowed: advance: 'ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug2: key not found >debug1: restore_uid: 0/0 >Failed publickey for git from 22.33.44.55 port 53683 ssh2: RSA YY:YY:YY:YY:.... >debug3: mm_answer_keyallowed: key 0x7fa7633841a0 is not allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] >debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 4 failures 3 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug1: test whether pkalg/pkblob are acceptable [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7fa763384110 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug1: matching key found: file /var/lib/gitolite3/.ssh/authorized_keys, line 3 ED25519 XX:XX:XX:XX:.... >debug1: restore_uid: 0/0 >debug3: mm_answer_keyallowed: key 0x7fa763384110 is allowed >debug3: mm_request_send entering: type 23 >debug2: userauth_pubkey: authenticated 0 pkalg ssh-ed25519 [preauth] >Postponed publickey for git from 22.33.44.55 port 53683 ssh2 [preauth] >debug1: userauth-request for user git service ssh-connection method publickey [preauth] >debug1: attempt 5 failures 3 [preauth] >debug2: input_userauth_request: try method publickey [preauth] >debug3: mm_key_allowed entering [preauth] >debug3: mm_request_send entering: type 22 [preauth] >debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth] >debug3: mm_request_receive_expect entering: type 23 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 22 >debug3: mm_answer_keyallowed entering >debug3: mm_answer_keyallowed: key_from_blob: 0x7fa7633841a0 >debug1: temporarily_use_uid: 116/130 (e=0/0) >debug1: trying public key file /var/lib/gitolite3/.ssh/authorized_keys >debug1: fd 4 clearing O_NONBLOCK >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell admin",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX root@example.org >' >debug2: user_key_allowed: check options: 'command="/usr/share/gitolite3/gitolite-shell user@client.example.com",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXX user@example.com >' >debug1: matching key found: file /var/lib/gitolite3/.ssh/authorized_keys, line 3 ED25519 XX:XX:XX:XX:.... >debug1: restore_uid: 0/0 >debug3: mm_answer_keyallowed: key 0x7fa7633841a0 is allowed >debug3: mm_request_send entering: type 23 >debug3: mm_key_verify entering [preauth] >debug3: mm_request_send entering: type 24 [preauth] >debug3: mm_key_verify: waiting for MONITOR_ANS_KEYVERIFY [preauth] >debug3: mm_request_receive_expect entering: type 25 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_request_receive entering >debug3: monitor_read: checking request 24 >debug3: mm_answer_keyverify: key 0x7fa763384110 signature verified >debug3: mm_request_send entering: type 25 >debug3: auth2_update_methods_lists: updating methods list after "publickey" >debug2: authentication methods list 0 complete >debug3: mm_request_receive_expect entering: type 102 >debug3: mm_request_receive entering >debug1: do_pam_account: called >debug3: PAM: do_pam_account pam_acct_mgmt = 0 (Success) >debug3: mm_request_send entering: type 103 >Accepted publickey for git from 22.33.44.55 port 53683 ssh2: ED25519 XX:XX:XX:XX:.... >debug1: monitor_child_preauth: git has been authenticated by privileged process >debug3: mm_get_keystate: Waiting for new keys >debug3: mm_request_receive_expect entering: type 26 >debug3: mm_request_receive entering >debug3: mm_newkeys_from_blob: 0x7fa7633829d0(137) >debug3: mm_get_keystate: Waiting for second key >debug3: mm_newkeys_from_blob: 0x7fa7633829d0(137) >debug3: mm_get_keystate: Getting compression state >debug3: mm_get_keystate: Getting Network I/O buffers >debug2: userauth_pubkey: authenticated 1 pkalg ssh-ed25519 [preauth] >debug3: auth2_update_methods_lists: updating methods list after "publickey" [preauth] >debug2: authentication methods list 0 complete [preauth] >debug3: mm_do_pam_account entering [preauth] >debug3: mm_request_send entering: type 102 [preauth] >debug3: mm_request_receive_expect entering: type 103 [preauth] >debug3: mm_request_receive entering [preauth] >debug3: mm_do_pam_account returning 1 [preauth] >debug3: mm_send_keystate: Sending new keys: 0x7fa7633824a0 0x7fa7633814e0 [preauth] >debug3: mm_newkeys_to_blob: converting 0x7fa7633824a0 [preauth] >debug3: mm_newkeys_to_blob: converting 0x7fa7633814e0 [preauth] >debug3: mm_send_keystate: New keys have been sent [preauth] >debug3: mm_send_keystate: Sending compression state [preauth] >debug3: mm_request_send entering: type 26 [preauth] >debug3: mm_send_keystate: Finished sending state [preauth] >debug1: monitor_read_log: child log fd closed >debug3: ssh_sandbox_parent_finish: finished >debug1: PAM: establishing credentials >debug3: PAM: opening session >debug3: PAM: sshpam_store_conv called with 1 messages >User child is on pid 5419 >debug1: SELinux support disabled >debug1: PAM: establishing credentials >debug1: permanently_set_uid: 116/130 >debug2: set_newkeys: mode 0 >debug2: set_newkeys: mode 1 >debug1: packet_set_postauth: called >debug3: rekey after 0 bytes, 3600 seconds >debug1: Entering interactive session for SSH2. >debug2: fd 8 setting O_NONBLOCK >debug2: fd 9 setting O_NONBLOCK >debug1: server_init_dispatch_20 >debug1: server_input_channel_open: ctype session rchan 0 win 2097152 max 32768 >debug1: input_session_request >debug1: channel 0: new [server-session] >debug2: session_new: allocate (allocated 0 max 1) >debug3: session_unused: session id 0 unused >debug1: session_new: session 0 >debug1: session_open: channel 0 >debug1: session_open: session 0: link with channel 0 >debug1: server_input_channel_open: confirm session >debug1: server_input_global_request: rtype no-more-sessions@openssh.com want_reply 0 >debug1: server_input_channel_req: channel 0 request env reply 0 >debug1: session_by_channel: session 0 channel 0 >debug1: session_input_channel_req: session 0 req env >debug2: Setting env 0: LANG=en_DE.utf8 >debug1: server_input_channel_req: channel 0 request exec reply 1 >debug1: session_by_channel: session 0 channel 0 >debug1: session_input_channel_req: session 0 req exec >Starting session: forced-command (key-option) '/usr/share/gitolite3/gitolite-shell user@client.example.com' for git from 22.33.44.55 port 53683 >debug2: fd 3 setting TCP_NODELAY >debug3: packet_set_tos: set IP_TOS 0x08 >debug2: fd 12 setting O_NONBLOCK >debug2: fd 11 setting O_NONBLOCK >debug2: fd 14 setting O_NONBLOCK >debug2: channel 0: read 104 from efd 14 >debug2: channel 0: rwin 2097152 elen 104 euse 1 >debug2: channel 0: sent ext data 104 >debug2: channel 0: read 306 from efd 14 >debug2: channel 0: rwin 2097048 elen 306 euse 1 >debug2: channel 0: sent ext data 306 >debug1: Received SIGCHLD. >debug1: session_by_pid: pid 5420 >debug1: session_exit_message: session 0 channel 0 pid 5420 >debug2: channel 0: request exit-status confirm 0 >debug1: session_exit_message: release channel 0 >debug2: channel 0: write failed >debug2: channel 0: close_write >debug2: channel 0: send eow >debug2: channel 0: output open -> closed >debug2: channel 0: read<=0 rfd 12 len 0 >debug2: channel 0: read failed >debug2: channel 0: close_read >debug2: channel 0: input open -> drain >debug2: channel 0: read 0 from efd 14 >debug2: channel 0: closing read-efd 14 >debug2: channel 0: ibuf empty >debug2: channel 0: send eof >debug2: channel 0: input drain -> closed >debug2: channel 0: send close >debug2: notify_done: reading >debug3: channel 0: will not send data after close >debug2: channel 0: rcvd close >debug3: channel 0: will not send data after close >debug2: channel 0: is dead >debug2: channel 0: gc: notify user >debug1: session_by_channel: session 0 channel 0 >debug1: session_close_by_channel: channel 0 child 0 >debug1: session_close: session 0 pid 0 >debug3: session_unused: session id 0 unused >debug2: channel 0: gc: user detached >debug2: channel 0: is dead >debug2: channel 0: garbage collecting >debug1: channel 0: free: server-session, nchannels 1 >debug3: channel 0: status: The following connections are open: > #0 server-session (t4 r0 i3/0 o3/0 fd -1/-1 cc -1) > >Received disconnect from 22.33.44.55: 11: disconnected by user >debug1: do_cleanup >debug3: PAM: sshpam_thread_cleanup entering >debug3: mm_request_receive entering >debug1: do_cleanup >debug1: PAM: cleanup >debug1: PAM: closing session >debug1: PAM: deleting credentials >debug3: PAM: sshpam_thread_cleanup entering >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2355
:
2550
|
2551
| 2552 |
2617