You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi and thank you for your answer,
Is there anything I can do to debug this? I don't know much about windows
domains and associated services.
I'm trying to setup OpenSSH between my laptop and my desktop at work, both
using the same account.
Regards
On Mon, 10 Jun 2019, 20:59 Manoj Ampalam, ***@***.***> wrote:
Given your observations, I guess you are using a domain account and your
DC isn't reachable. If so, this is expected.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1399?email_source=notifications&email_token=AECZTGIX6MM22J5SNEYBIFLPZ2P77A5CNFSM4HVYG572YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXK36OI#issuecomment-500547385>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AECZTGJVSRZEEV65VSMPV4TPZ2P77ANCNFSM4HVYG57Q>
.
"OpenSSH for Windows" version
7.9.0.0
Server OperatingSystem
Windows 10 Pro
Client OperatingSystem
Windows 10 Pro
What is failing
I'm unable to connect myself if sshd is a service. If I run it from PowerShell as administrator, everything is fine.
Expected output
debug2: load_server_config: filename PROGRAMDATA\ssh/sshd_config
debug2: load_server_config: done config len = 301
debug2: parse_server_config: config PROGRAMDATA\ssh/sshd_config len 301
debug3: PROGRAMDATA\ssh/sshd_config:23 setting SyslogFacility LOCAL0
debug3: PROGRAMDATA\ssh/sshd_config:24 setting LogLevel DEBUG3
debug3: PROGRAMDATA\ssh/sshd_config:30 setting StrictModes no
debug3: PROGRAMDATA\ssh/sshd_config:38 setting AuthorizedKeysFile .ssh/authorized_keys
debug3: PROGRAMDATA\ssh/sshd_config:76 setting Subsystem sftp sftp-server.exe
debug3: checking syntax for 'Match Group administrators'
debug1: sshd version OpenSSH_for_Windows_7.9, LibreSSL 2.6.5
debug1: private host key #0: ssh-rsa SHA256:HP/gwkiMaBlG4IFNc/drYNnT9EuTsO184RYiKiTDM2U
debug1: private host key #1: ecdsa-sha2-nistp256 SHA256:cl1MP4kWDLFU4PglDegdfevUdvBK9Bj0T1PBR9ec6bM
debug1: private host key #2: ssh-ed25519 SHA256:jLbzdivh3l2/qKUxoSTEL1GD3ZQF0wKTQnFhE/xmhMM
debug1: rexec_argv[0]='D:\Tools\OpenSSH\sshd.exe'
debug1: rexec_argv[1]='-ddd'
debug2: fd 3 setting O_NONBLOCK
debug3: sock_set_v6only: set socket 3 IPV6_V6ONLY
debug1: Bind to port 22 on ::.
Server listening on :: port 22.
debug2: fd 4 setting O_NONBLOCK
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
debug3: fd 5 is not O_NONBLOCK
debug1: Server will not fork when running in debugging mode.
debug3: send_rexec_state: entering fd = 8 config len 301
debug3: ssh_msg_send: type 0
debug3: send_rexec_state: done
Connection from 192.168.6.223 port 61205 on 192.168.12.19 port 22
debug1: Client protocol version 2.0; client software version OpenSSH_for_Windows_7.9
debug1: match: OpenSSH_for_Windows_7.9 pat OpenSSH* compat 0x04000000
debug1: Local version string SSH-2.0-OpenSSH_for_Windows_7.9
debug2: fd 5 setting O_NONBLOCK
debug3: spawning "D:\Tools\OpenSSH\sshd.exe" -ddd -y
debug2: Network child is on pid 2152
debug3: send_rexec_state: entering fd = 4 config len 301
debug3: ssh_msg_send: type 0
debug3: send_rexec_state: done
debug3: ssh_msg_send: type 0
debug3: ssh_msg_send: type 0
debug3: preauth child monitor started
debug3: recv_rexec_state: entering fd = 3
debug3: ssh_msg_recv entering
debug3: recv_rexec_state: done
debug2: parse_server_config: config PROGRAMDATA\ssh/sshd_config len 301
debug3: PROGRAMDATA\ssh/sshd_config:23 setting SyslogFacility LOCAL0
debug3: PROGRAMDATA\ssh/sshd_config:24 setting LogLevel DEBUG3
debug3: PROGRAMDATA\ssh/sshd_config:30 setting StrictModes no
debug3: PROGRAMDATA\ssh/sshd_config:38 setting AuthorizedKeysFile .ssh/authorized_keys
debug3: PROGRAMDATA\ssh/sshd_config:76 setting Subsystem sftp sftp-server.exe
debug3: checking syntax for 'Match Group administrators'
debug1: sshd version OpenSSH_for_Windows_7.9, LibreSSL 2.6.5
debug3: recv_hostkeys_state: entering fd = 3
debug3: ssh_msg_recv entering
debug3: recv_hostkeys_state: done
debug3: recv_idexch_state: entering fd = 3
debug3: ssh_msg_recv entering
debug3: recv_idexch_state: done
debug2: fd 5 setting O_NONBLOCK
debug1: list_hostkey_types: rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256,ssh-ed25519 [preauth]
debug3: send packet: type 20 [preauth]
debug1: SSH2_MSG_KEXINIT sent [preauth]
debug3: receive packet: type 20 [preauth]
debug1: SSH2_MSG_KEXINIT received [preauth]
debug2: local server KEXINIT proposal [preauth]
debug2: KEX algorithms: curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1 [preauth]
debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256,ssh-ed25519 [preauth]
debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected] [preauth]
debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected] [preauth]
debug2: MACs ctos: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1 [preauth]
debug2: MACs stoc: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1 [preauth]
debug2: compression ctos: none [preauth]
debug2: compression stoc: none [preauth]
debug2: languages ctos: [preauth]
debug2: languages stoc: [preauth]
debug2: first_kex_follows 0 [preauth]
debug2: reserved 0 [preauth]
debug2: peer client KEXINIT proposal [preauth]
debug2: KEX algorithms: curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c [preauth]
debug2: host key algorithms: [email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected],[email protected],[email protected],[email protected],ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa [preauth]
debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected] [preauth]
debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected] [preauth]
debug2: MACs ctos: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1 [preauth]
debug2: MACs stoc: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1 [preauth]
debug2: compression ctos: none [preauth]
debug2: compression stoc: none [preauth]
debug2: languages ctos: [preauth]
debug2: languages stoc: [preauth]
debug2: first_kex_follows 0 [preauth]
debug2: reserved 0 [preauth]
debug1: kex: algorithm: curve25519-sha256 [preauth]
debug1: kex: host key algorithm: ecdsa-sha2-nistp256 [preauth]
debug1: kex: client->server cipher: [email protected] MAC: compression: none [preauth]
debug1: kex: server->client cipher: [email protected] MAC: compression: none [preauth]
debug1: expecting SSH2_MSG_KEX_ECDH_INIT [preauth]
debug3: receive packet: type 30 [preauth]
debug3: mm_sshkey_sign entering [preauth]
debug3: mm_request_send entering: type 6 [preauth]
debug3: mm_sshkey_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: hostkey proof signature 0000016A9F7E1DC0(100)
debug3: mm_request_send entering: type 7
debug2: monitor_read: 6 used once, disabling now
debug3: send packet: type 31 [preauth]
debug3: send packet: type 21 [preauth]
debug2: set_newkeys: mode 1 [preauth]
debug1: rekey after 134217728 blocks [preauth]
debug1: SSH2_MSG_NEWKEYS sent [preauth]
debug1: expecting SSH2_MSG_NEWKEYS [preauth]
debug3: send packet: type 7 [preauth]
debug3: receive packet: type 21 [preauth]
debug1: SSH2_MSG_NEWKEYS received [preauth]
debug2: set_newkeys: mode 0 [preauth]
debug1: rekey after 134217728 blocks [preauth]
debug1: KEX done [preauth]
debug3: receive packet: type 5 [preauth]
debug3: send packet: type 6 [preauth]
debug3: receive packet: type 50 [preauth]
debug1: userauth-request for user s.meunier 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
debug2: parse_server_config: config reprocess config len 301
debug3: checking match for 'Group administrators' user dont-nod\s.meunier host 192.168.6.223 addr 192.168.6.223 laddr 192.168.12.19 lport 22
debug3: get_user_token - i am running as dont-nod\s.meunier, returning process token
unable to resolve group administrators
debug1: user dont-nod\s.meunier does not match group list administrators at line 84
debug3: match not found
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 s.meunier [preauth]
debug3: mm_inform_authserv entering [preauth]
debug3: mm_request_send entering: type 4 [preauth]
debug2: input_userauth_request: try method none [preauth]
debug3: user_specific_delay: user specific delay 0.000ms [preauth]
debug3: ensure_minimum_time_since: elapsed 35.309ms, delaying 6.189ms (requested 5.187ms) [preauth]
debug3: mm_request_receive entering
debug3: monitor_read: checking request 4
debug3: mm_answer_authserv: service=ssh-connection, style=
debug2: monitor_read: 4 used once, disabling now
debug3: userauth_finish: failure partial=0 next methods="publickey,password,keyboard-interactive" [preauth]
debug3: send packet: type 51 [preauth]
debug3: receive packet: type 50 [preauth]
debug1: userauth-request for user s.meunier service ssh-connection method publickey [preauth]
debug1: attempt 1 failures 0 [preauth]
debug2: input_userauth_request: try method publickey [preauth]
debug1: userauth_pubkey: test pkalg rsa-sha2-512 pkblob RSA SHA256:cVcoOL7wsppGfxKgdBRWWqFaLE1KcfmD066WXf4LmQE [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: 0000016A9F7E1730
debug1: trying public key file C:\Users\s.meunier\.ssh/authorized_keys
debug1: C:\Users\s.meunier\.ssh/authorized_keys:1: matching key found: RSA SHA256:cVcoOL7wsppGfxKgdBRWWqFaLE1KcfmD066WXf4LmQE
debug1: C:\Users\s.meunier\.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
Accepted key RSA SHA256:cVcoOL7wsppGfxKgdBRWWqFaLE1KcfmD066WXf4LmQE found at C:\Users\s.meunier\.ssh/authorized_keys:1
debug3: mm_answer_keyallowed: publickey authentication test: RSA key is allowed
debug3: mm_request_send entering: type 23
debug3: send packet: type 60 [preauth]
debug2: userauth_pubkey: authenticated 0 pkalg rsa-sha2-512 [preauth]
debug3: user_specific_delay: user specific delay 0.000ms [preauth]
debug3: ensure_minimum_time_since: elapsed 19.636ms, delaying 1.113ms (requested 5.187ms) [preauth]
Postponed publickey for s.meunier from 192.168.6.223 port 61205 ssh2 [preauth]
debug3: receive packet: type 50 [preauth]
debug1: userauth-request for user s.meunier service ssh-connection method publickey [preauth]
debug1: attempt 2 failures 0 [preauth]
debug2: input_userauth_request: try method publickey [preauth]
debug3: userauth_pubkey: have rsa-sha2-512 signature for RSA SHA256:cVcoOL7wsppGfxKgdBRWWqFaLE1KcfmD066WXf4LmQE [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: 0000016A9F7E17A0
debug1: trying public key file C:\Users\s.meunier\.ssh/authorized_keys
debug1: C:\Users\s.meunier\.ssh/authorized_keys:1: matching key found: RSA SHA256:cVcoOL7wsppGfxKgdBRWWqFaLE1KcfmD066WXf4LmQE
debug1: C:\Users\s.meunier\.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
Accepted key RSA SHA256:cVcoOL7wsppGfxKgdBRWWqFaLE1KcfmD066WXf4LmQE found at C:\Users\s.meunier\.ssh/authorized_keys:1
debug3: mm_answer_keyallowed: publickey authentication: RSA key is allowed
debug3: mm_request_send entering: type 23
debug3: mm_sshkey_verify entering [preauth]
debug3: mm_request_send entering: type 24 [preauth]
debug3: mm_sshkey_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: publickey 0000016A9F7E18F0 signature verified
debug1: auth_activate_options: setting new authentication options
debug3: mm_request_send entering: type 25
Accepted publickey for s.meunier from 192.168.6.223 port 61205 ssh2: RSA SHA256:cVcoOL7wsppGfxKgdBRWWqFaLE1KcfmD066WXf4LmQE
debug1: monitor_child_preauth: s.meunier 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_get_keystate: GOT new keys
debug1: auth_activate_options: setting new authentication options [preauth]
debug2: userauth_pubkey: authenticated 1 pkalg rsa-sha2-512 [preauth]
debug3: user_specific_delay: user specific delay 0.000ms [preauth]
debug3: ensure_minimum_time_since: elapsed 28.071ms, delaying 13.427ms (requested 5.187ms) [preauth]
debug3: send packet: type 52 [preauth]
debug3: mm_request_send entering: type 26 [preauth]
debug3: mm_send_keystate: Finished sending state [preauth]
debug3: ReadFileEx() ERROR:109, io:0000016A9F7E49B0
debug3: read - no more data, io:0000016A9F7E49B0
debug1: monitor_read_log: child log fd closed
debug3: get_user_token - i am running as dont-nod\s.meunier, returning process token
debug1: Not running as SYSTEM: skipping loading user profile
debug3: spawning "D:\Tools\OpenSSH\sshd.exe" -ddd -z
User child is on pid 2432
debug3: send_rexec_state: entering fd = 6 config len 301
debug3: ssh_msg_send: type 0
debug3: send_rexec_state: done
debug3: ssh_msg_send: type 0
debug3: ssh_msg_send: type 0
debug3: ssh_msg_send: type 0
debug3: ssh_msg_send: type 0
debug3: ssh_msg_send: type 0
debug3: recv_rexec_state: entering fd = 3
debug3: ssh_msg_recv entering
debug3: recv_rexec_state: done
debug2: parse_server_config: config PROGRAMDATA\ssh/sshd_config len 301
debug3: PROGRAMDATA\ssh/sshd_config:23 setting SyslogFacility LOCAL0
debug3: PROGRAMDATA\ssh/sshd_config:24 setting LogLevel DEBUG3
debug3: PROGRAMDATA\ssh/sshd_config:30 setting StrictModes no
debug3: PROGRAMDATA\ssh/sshd_config:38 setting AuthorizedKeysFile .ssh/authorized_keys
debug3: PROGRAMDATA\ssh/sshd_config:76 setting Subsystem sftp sftp-server.exe
debug3: checking syntax for 'Match Group administrators'
debug1: sshd version OpenSSH_for_Windows_7.9, LibreSSL 2.6.5
debug3: recv_hostkeys_state: entering fd = 3
debug3: ssh_msg_recv entering
debug3: recv_hostkeys_state: done
debug3: recv_idexch_state: entering fd = 3
debug3: ssh_msg_recv entering
debug3: recv_idexch_state: done
debug2: fd 4 setting O_NONBLOCK
debug3: recv_autxctx_state: entering fd = 3
debug3: ssh_msg_recv entering
debug3: recv_autxctx_state: done
debug2: parse_server_config: config reprocess config len 301
debug3: checking match for 'Group administrators' user dont-nod\s.meunier host 192.168.6.223 addr 192.168.6.223 laddr 192.168.12.19 lport 22
debug3: get_user_token - i am running as dont-nod\s.meunier, returning process token
unable to resolve group administrators
debug1: user dont-nod\s.meunier does not match group list administrators at line 84
debug3: match not found
debug3: monitor_recv_keystate: entering
debug3: ssh_msg_recv entering
debug3: monitor_recv_keystate: done
debug3: monitor_apply_keystate: packet_set_state
debug2: set_newkeys: mode 0
debug1: rekey after 134217728 blocks
debug2: set_newkeys: mode 1
debug1: rekey after 134217728 blocks
debug1: ssh_packet_set_postauth: called
debug3: ssh_packet_set_state: done
debug3: monitor_recv_authopt: entering
debug3: ssh_msg_recv entering
debug3: monitor_recv_authopt: done
debug3: notify_hostkeys: key 0: ssh-rsa SHA256:HP/gwkiMaBlG4IFNc/drYNnT9EuTsO184RYiKiTDM2U
debug3: notify_hostkeys: key 1: ecdsa-sha2-nistp256 SHA256:cl1MP4kWDLFU4PglDegdfevUdvBK9Bj0T1PBR9ec6bM
debug3: notify_hostkeys: key 2: ssh-ed25519 SHA256:jLbzdivh3l2/qKUxoSTEL1GD3ZQF0wKTQnFhE/xmhMM
debug3: notify_hostkeys: sent 3 hostkeys
debug3: send packet: type 80
debug1: active: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
debug1: Entering interactive session for SSH2.
debug2: fd 7 setting O_NONBLOCK
debug2: fd 8 setting O_NONBLOCK
debug1: server_init_dispatch
debug3: receive packet: type 90
debug1: server_input_channel_open: ctype session rchan 0 win 1048576 max 16384
debug1: input_session_request
debug1: channel 0: new [server-session]
debug2: session_new: allocate (allocated 0 max 10)
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
debug3: send packet: type 91
debug3: receive packet: type 80
debug1: server_input_global_request: rtype [email protected] want_reply 0
debug3: receive packet: type 98
debug1: server_input_channel_req: channel 0 request pty-req reply 1
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req pty-req
debug1: Allocating pty.
debug3: fd 9 is not O_NONBLOCK
debug3: fd 10 is not O_NONBLOCK
debug1: session_pty_req: session 0 alloc windows-pty
debug3: send packet: type 99
debug3: receive packet: type 98
debug1: server_input_channel_req: channel 0 request shell reply 1
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req shell
Starting session: shell on windows-pty for dont-nod\s.meunier from 192.168.6.223 port 61205 id 0
debug2: fd 11 setting O_NONBLOCK
debug2: fd 12 setting O_NONBLOCK
debug2: fd 13 setting O_NONBLOCK
debug2: fd 14 setting O_NONBLOCK
debug2: fd 15 setting O_NONBLOCK
debug2: fd 16 setting O_NONBLOCK
Environment:
USER=dont-nod\s.meunier
LOGNAME=dont-nod\s.meunier
HOME=C:\Users\s.meunier
PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
MAIL=/var/spool/mail/dont-nod\s.meunier
SHELL=c:\windows\system32\cmd.exe
TERM=xterm-256color
SSH_CLIENT=192.168.6.223 61205 22
SSH_CONNECTION=192.168.6.223 61205 192.168.12.19 22
SSH_TTY=windows-pty
debug3: shell: "c:\windows\system32\cmd.exe"
debug3: shell_option: /c
debug3: This windows OS supports conpty
debug3: pty commandline: C:\WINDOWS\system32\conhost.exe --headless --width 120 --height 50 --signal 0x170 -- "c:\windows\system32\cmd.exe"
debug2: fd 4 setting TCP_NODELAY
debug2: channel 0: rfd 13 isatty
debug3: fd 13 is O_NONBLOCK
debug3: fd 12 is O_NONBLOCK
debug3: send packet: type 99
debug3: receive packet: type 98
debug1: server_input_channel_req: channel 0 request window-change reply 0
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req window-change
Actual output
6172 2019-06-07 17:22:35.315 debug1: inetd sockets after dupping: 3, 3
6172 2019-06-07 17:22:35.315 Connection from 192.168.6.223 port 60959 on 192.168.12.19 port 22
6172 2019-06-07 17:22:35.315 debug1: Client protocol version 2.0; client software version OpenSSH_for_Windows_7.9
6172 2019-06-07 17:22:35.315 debug1: match: OpenSSH_for_Windows_7.9 pat OpenSSH* compat 0x04000000
6172 2019-06-07 17:22:35.315 debug1: Local version string SSH-2.0-OpenSSH_for_Windows_7.9
6172 2019-06-07 17:22:35.315 debug2: fd 3 setting O_NONBLOCK
6172 2019-06-07 17:22:35.338 debug3: spawning "D:\Tools\OpenSSH\sshd.exe" -y
6172 2019-06-07 17:22:35.338 debug2: Network child is on pid 12864
6172 2019-06-07 17:22:35.354 debug3: send_rexec_state: entering fd = 6 config len 301
6172 2019-06-07 17:22:35.354 debug3: ssh_msg_send: type 0
6172 2019-06-07 17:22:35.354 debug3: send_rexec_state: done
6172 2019-06-07 17:22:35.354 debug3: ssh_msg_send: type 0
6172 2019-06-07 17:22:35.354 debug3: ssh_msg_send: type 0
6172 2019-06-07 17:22:35.354 debug3: preauth child monitor started
6172 2019-06-07 17:22:35.369 debug1: list_hostkey_types: rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256,ssh-ed25519 [preauth]
6172 2019-06-07 17:22:35.369 debug3: send packet: type 20 [preauth]
6172 2019-06-07 17:22:35.369 debug1: SSH2_MSG_KEXINIT sent [preauth]
6172 2019-06-07 17:22:35.369 debug3: receive packet: type 20 [preauth]
6172 2019-06-07 17:22:35.369 debug1: SSH2_MSG_KEXINIT received [preauth]
6172 2019-06-07 17:22:35.369 debug2: local server KEXINIT proposal [preauth]
6172 2019-06-07 17:22:35.369 debug2: KEX algorithms: curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1 [preauth]
6172 2019-06-07 17:22:35.369 debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256,ssh-ed25519 [preauth]
6172 2019-06-07 17:22:35.369 debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected] [preauth]
6172 2019-06-07 17:22:35.369 debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected] [preauth]
6172 2019-06-07 17:22:35.369 debug2: MACs ctos: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1 [preauth]
6172 2019-06-07 17:22:35.369 debug2: MACs stoc: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1 [preauth]
6172 2019-06-07 17:22:35.369 debug2: compression ctos: none [preauth]
6172 2019-06-07 17:22:35.369 debug2: compression stoc: none [preauth]
6172 2019-06-07 17:22:35.369 debug2: languages ctos: [preauth]
6172 2019-06-07 17:22:35.369 debug2: languages stoc: [preauth]
6172 2019-06-07 17:22:35.369 debug2: first_kex_follows 0 [preauth]
6172 2019-06-07 17:22:35.369 debug2: reserved 0 [preauth]
6172 2019-06-07 17:22:35.369 debug2: peer client KEXINIT proposal [preauth]
6172 2019-06-07 17:22:35.369 debug2: KEX algorithms: curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c [preauth]
6172 2019-06-07 17:22:35.369 debug2: host key algorithms: [email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,[email protected],[email protected],[email protected],[email protected],ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa [preauth]
6172 2019-06-07 17:22:35.369 debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected] [preauth]
6172 2019-06-07 17:22:35.369 debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected] [preauth]
6172 2019-06-07 17:22:35.369 debug2: MACs ctos: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1 [preauth]
6172 2019-06-07 17:22:35.369 debug2: MACs stoc: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1 [preauth]
6172 2019-06-07 17:22:35.369 debug2: compression ctos: none [preauth]
6172 2019-06-07 17:22:35.369 debug2: compression stoc: none [preauth]
6172 2019-06-07 17:22:35.369 debug2: languages ctos: [preauth]
6172 2019-06-07 17:22:35.369 debug2: languages stoc: [preauth]
6172 2019-06-07 17:22:35.369 debug2: first_kex_follows 0 [preauth]
6172 2019-06-07 17:22:35.369 debug2: reserved 0 [preauth]
6172 2019-06-07 17:22:35.369 debug1: kex: algorithm: curve25519-sha256 [preauth]
6172 2019-06-07 17:22:35.369 debug1: kex: host key algorithm: ecdsa-sha2-nistp256 [preauth]
6172 2019-06-07 17:22:35.369 debug1: kex: client->server cipher: [email protected] MAC: compression: none [preauth]
6172 2019-06-07 17:22:35.369 debug1: kex: server->client cipher: [email protected] MAC: compression: none [preauth]
6172 2019-06-07 17:22:35.369 debug1: expecting SSH2_MSG_KEX_ECDH_INIT [preauth]
6172 2019-06-07 17:22:35.400 debug3: receive packet: type 30 [preauth]
6172 2019-06-07 17:22:35.400 debug3: mm_sshkey_sign entering [preauth]
6172 2019-06-07 17:22:35.400 debug3: mm_request_send entering: type 6 [preauth]
6172 2019-06-07 17:22:35.400 debug3: mm_sshkey_sign: waiting for MONITOR_ANS_SIGN [preauth]
6172 2019-06-07 17:22:35.400 debug3: mm_request_receive_expect entering: type 7 [preauth]
6172 2019-06-07 17:22:35.400 debug3: mm_request_receive entering [preauth]
6172 2019-06-07 17:22:35.400 debug3: mm_request_receive entering
6172 2019-06-07 17:22:35.400 debug3: monitor_read: checking request 6
6172 2019-06-07 17:22:35.400 debug3: mm_answer_sign
6172 2019-06-07 17:22:35.400 debug3: mm_answer_sign: hostkey proof signature 000001AAD5234A30(101)
6172 2019-06-07 17:22:35.400 debug3: mm_request_send entering: type 7
6172 2019-06-07 17:22:35.400 debug2: monitor_read: 6 used once, disabling now
6172 2019-06-07 17:22:35.400 debug3: send packet: type 31 [preauth]
6172 2019-06-07 17:22:35.400 debug3: send packet: type 21 [preauth]
6172 2019-06-07 17:22:35.400 debug2: set_newkeys: mode 1 [preauth]
6172 2019-06-07 17:22:35.400 debug1: rekey after 134217728 blocks [preauth]
6172 2019-06-07 17:22:35.400 debug1: SSH2_MSG_NEWKEYS sent [preauth]
6172 2019-06-07 17:22:35.400 debug1: expecting SSH2_MSG_NEWKEYS [preauth]
6172 2019-06-07 17:22:35.400 debug3: send packet: type 7 [preauth]
6172 2019-06-07 17:22:35.420 debug3: receive packet: type 21 [preauth]
6172 2019-06-07 17:22:35.420 debug1: SSH2_MSG_NEWKEYS received [preauth]
6172 2019-06-07 17:22:35.420 debug2: set_newkeys: mode 0 [preauth]
6172 2019-06-07 17:22:35.420 debug1: rekey after 134217728 blocks [preauth]
6172 2019-06-07 17:22:35.420 debug1: KEX done [preauth]
6172 2019-06-07 17:22:35.482 debug3: receive packet: type 5 [preauth]
6172 2019-06-07 17:22:35.482 debug3: send packet: type 6 [preauth]
6172 2019-06-07 17:22:35.482 debug3: receive packet: type 50 [preauth]
6172 2019-06-07 17:22:35.482 debug1: userauth-request for user s.meunier service ssh-connection method none [preauth]
6172 2019-06-07 17:22:35.482 debug1: attempt 0 failures 0 [preauth]
6172 2019-06-07 17:22:35.482 debug3: mm_getpwnamallow entering [preauth]
6172 2019-06-07 17:22:35.482 debug3: mm_request_send entering: type 8 [preauth]
6172 2019-06-07 17:22:35.482 debug3: mm_getpwnamallow: waiting for MONITOR_ANS_PWNAM [preauth]
6172 2019-06-07 17:22:35.482 debug3: mm_request_receive_expect entering: type 9 [preauth]
6172 2019-06-07 17:22:35.482 debug3: mm_request_receive entering [preauth]
6172 2019-06-07 17:22:35.482 debug3: mm_request_receive entering
6172 2019-06-07 17:22:35.482 debug3: monitor_read: checking request 8
6172 2019-06-07 17:22:35.482 debug3: mm_answer_pwnamallow
6172 2019-06-07 17:22:35.482 debug2: parse_server_config: config reprocess config len 301
6172 2019-06-07 17:22:35.482 debug3: checking match for 'Group administrators' user dont-nod\s.meunier host 192.168.6.223 addr 192.168.6.223 laddr 192.168.12.19 lport 22
6172 2019-06-07 17:22:35.593 debug3: lookup_principal_name: Successfully discovered explicit principal name: 'dont-nod\s.meunier'=>'[email protected]'
6172 2019-06-07 17:22:35.608 debug1: generate_s4u_user_token: LsaLogonUser() failed. User 'dont-nod\s.meunier' Status: 0xC000006D SubStatus 0.
6172 2019-06-07 17:22:35.608 debug3: get_user_token - unable to generate token for user dont-nod\s.meunier
6172 2019-06-07 17:22:37.874 debug3: lookup_principal_name: Successfully discovered explicit principal name: 'dont-nod\s.meunier'=>'[email protected]'
6172 2019-06-07 17:22:37.874 debug1: generate_s4u_user_token: LsaLogonUser() failed. User 'dont-nod\s.meunier' Status: 0xC000006D SubStatus 0.
6172 2019-06-07 17:22:37.874 error: get_user_token - unable to generate token on 2nd attempt for user dont-nod\s.meunier
6172 2019-06-07 17:22:37.874 fatal: ga_init, unable to resolve user dont-nod\s.meunier
6172 2019-06-07 17:22:37.874 debug1: do_cleanup
6172 2019-06-07 17:22:37.874 debug1: Killing privsep child 12864
The text was updated successfully, but these errors were encountered: