Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ sudo /usr/sbin/sshd -p 2222 -D -ddd -e
- debug2: load_server_config: filename /etc/ssh/sshd_config
- debug2: load_server_config: done config len = 788
- debug2: parse_server_config: config /etc/ssh/sshd_config len 788
- debug3: /etc/ssh/sshd_config:5 setting Port 22
- debug3: /etc/ssh/sshd_config:9 setting Protocol 2
- debug3: /etc/ssh/sshd_config:11 setting HostKey /etc/ssh/ssh_host_rsa_key
- debug3: /etc/ssh/sshd_config:12 setting HostKey /etc/ssh/ssh_host_dsa_key
- debug3: /etc/ssh/sshd_config:13 setting HostKey /etc/ssh/ssh_host_ecdsa_key
- debug3: /etc/ssh/sshd_config:14 setting HostKey /etc/ssh/ssh_host_ed25519_key
- debug3: /etc/ssh/sshd_config:16 setting UsePrivilegeSeparation yes
- debug3: /etc/ssh/sshd_config:19 setting KeyRegenerationInterval 3600
- debug3: /etc/ssh/sshd_config:20 setting ServerKeyBits 1024
- debug3: /etc/ssh/sshd_config:23 setting SyslogFacility AUTH
- debug3: /etc/ssh/sshd_config:24 setting LogLevel INFO
- debug3: /etc/ssh/sshd_config:27 setting LoginGraceTime 120
- debug3: /etc/ssh/sshd_config:28 setting PermitRootLogin no
- debug3: /etc/ssh/sshd_config:29 setting StrictModes yes
- debug3: /etc/ssh/sshd_config:31 setting RSAAuthentication yes
- debug3: /etc/ssh/sshd_config:32 setting PubkeyAuthentication yes
- debug3: /etc/ssh/sshd_config:33 setting AuthorizedKeysFile %h/.ssh/authorized_keys
- debug3: /etc/ssh/sshd_config:36 setting IgnoreRhosts yes
- debug3: /etc/ssh/sshd_config:38 setting RhostsRSAAuthentication no
- debug3: /etc/ssh/sshd_config:40 setting HostbasedAuthentication no
- debug3: /etc/ssh/sshd_config:45 setting PermitEmptyPasswords no
- debug3: /etc/ssh/sshd_config:49 setting ChallengeResponseAuthentication no
- debug3: /etc/ssh/sshd_config:52 setting PasswordAuthentication no
- debug3: /etc/ssh/sshd_config:64 setting X11Forwarding yes
- debug3: /etc/ssh/sshd_config:65 setting X11DisplayOffset 10
- debug3: /etc/ssh/sshd_config:66 setting PrintMotd no
- debug3: /etc/ssh/sshd_config:67 setting PrintLastLog yes
- debug3: /etc/ssh/sshd_config:68 setting TCPKeepAlive yes
- debug3: /etc/ssh/sshd_config:75 setting AcceptEnv LANG LC_*
- debug3: /etc/ssh/sshd_config:77 setting Subsystem sftp /usr/lib/openssh/sftp-server
- debug3: /etc/ssh/sshd_config:88 setting UsePAM yes
- debug1: sshd version OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
- debug3: Incorrect RSA1 identifier
- debug1: key_parse_private2: missing begin marker
- debug1: read PEM private key done: type RSA
- debug3: Incorrect RSA1 identifier
- debug3: Could not load "/etc/ssh/ssh_host_rsa_key" as a RSA1 public key
- debug1: private host key: #0 type 1 RSA
- debug3: Incorrect RSA1 identifier
- debug1: key_parse_private2: missing begin marker
- debug1: read PEM private key done: type DSA
- debug3: Incorrect RSA1 identifier
- debug3: Could not load "/etc/ssh/ssh_host_dsa_key" as a RSA1 public key
- debug1: private host key: #1 type 2 DSA
- debug3: Incorrect RSA1 identifier
- debug1: key_parse_private2: missing begin marker
- debug1: read PEM private key done: type ECDSA
- debug3: Incorrect RSA1 identifier
- debug3: Could not load "/etc/ssh/ssh_host_ecdsa_key" as a RSA1 public key
- debug1: private host key: #2 type 3 ECDSA
- debug3: Incorrect RSA1 identifier
- debug3: Incorrect RSA1 identifier
- debug3: Could not load "/etc/ssh/ssh_host_ed25519_key" as a RSA1 public key
- debug1: private host key: #3 type 4 ED25519
- debug1: rexec_argv[0]='/usr/sbin/sshd'
- debug1: rexec_argv[1]='-p'
- debug1: rexec_argv[2]='2222'
- debug1: rexec_argv[3]='-D'
- debug1: rexec_argv[4]='-ddd'
- debug1: rexec_argv[5]='-e'
- debug3: oom_adjust_setup
- Set /proc/self/oom_score_adj from 0 to -1000
- debug2: fd 3 setting O_NONBLOCK
- debug1: Bind to port 2222 on 0.0.0.0.
- Server listening on 0.0.0.0 port 2222.
- debug2: fd 4 setting O_NONBLOCK
- debug3: sock_set_v6only: set socket 4 IPV6_V6ONLY
- debug1: Bind to port 2222 on ::.
- Server listening on :: port 2222.
- 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 788
- debug3: ssh_msg_send: type 0
- debug3: send_rexec_state: done
- debug1: rexec start in 5 out 5 newsock 5 pipe -1 sock 8
- debug3: recv_rexec_state: entering fd = 5
- debug3: ssh_msg_recv entering
- debug3: recv_rexec_state: done
- debug2: parse_server_config: config rexec len 788
- debug3: rexec:5 setting Port 22
- debug3: rexec:9 setting Protocol 2
- debug3: rexec:11 setting HostKey /etc/ssh/ssh_host_rsa_key
- debug3: rexec:12 setting HostKey /etc/ssh/ssh_host_dsa_key
- debug3: rexec:13 setting HostKey /etc/ssh/ssh_host_ecdsa_key
- debug3: rexec:14 setting HostKey /etc/ssh/ssh_host_ed25519_key
- debug3: rexec:16 setting UsePrivilegeSeparation yes
- debug3: rexec:19 setting KeyRegenerationInterval 3600
- debug3: rexec:20 setting ServerKeyBits 1024
- debug3: rexec:23 setting SyslogFacility AUTH
- debug3: rexec:24 setting LogLevel INFO
- debug3: rexec:27 setting LoginGraceTime 120
- debug3: rexec:28 setting PermitRootLogin no
- debug3: rexec:29 setting StrictModes yes
- debug3: rexec:31 setting RSAAuthentication yes
- debug3: rexec:32 setting PubkeyAuthentication yes
- debug3: rexec:33 setting AuthorizedKeysFile %h/.ssh/authorized_keys
- debug3: rexec:36 setting IgnoreRhosts yes
- debug3: rexec:38 setting RhostsRSAAuthentication no
- debug3: rexec:40 setting HostbasedAuthentication no
- debug3: rexec:45 setting PermitEmptyPasswords no
- debug3: rexec:49 setting ChallengeResponseAuthentication no
- debug3: rexec:52 setting PasswordAuthentication no
- debug3: rexec:64 setting X11Forwarding yes
- debug3: rexec:65 setting X11DisplayOffset 10
- debug3: rexec:66 setting PrintMotd no
- debug3: rexec:67 setting PrintLastLog yes
- debug3: rexec:68 setting TCPKeepAlive yes
- debug3: rexec:75 setting AcceptEnv LANG LC_*
- debug3: rexec:77 setting Subsystem sftp /usr/lib/openssh/sftp-server
- debug3: rexec:88 setting UsePAM yes
- debug1: sshd version OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
- debug3: Incorrect RSA1 identifier
- debug1: key_parse_private2: missing begin marker
- debug1: read PEM private key done: type RSA
- debug3: Incorrect RSA1 identifier
- debug3: Could not load "/etc/ssh/ssh_host_rsa_key" as a RSA1 public key
- debug1: private host key: #0 type 1 RSA
- debug3: Incorrect RSA1 identifier
- debug1: key_parse_private2: missing begin marker
- debug1: read PEM private key done: type DSA
- debug3: Incorrect RSA1 identifier
- debug3: Could not load "/etc/ssh/ssh_host_dsa_key" as a RSA1 public key
- debug1: private host key: #1 type 2 DSA
- debug3: Incorrect RSA1 identifier
- debug1: key_parse_private2: missing begin marker
- debug1: read PEM private key done: type ECDSA
- debug3: Incorrect RSA1 identifier
- debug3: Could not load "/etc/ssh/ssh_host_ecdsa_key" as a RSA1 public key
- debug1: private host key: #2 type 3 ECDSA
- debug3: Incorrect RSA1 identifier
- debug3: Incorrect RSA1 identifier
- debug3: Could not load "/etc/ssh/ssh_host_ed25519_key" as a RSA1 public key
- debug1: private host key: #3 type 4 ED25519
- debug1: inetd sockets after dupping: 3, 3
- Connection from <MY_LOCAL_IP> port 39136 on <SERVER_IP> port 2222
- debug1: Client protocol version 2.0; client software version OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3
- debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3 pat OpenSSH_6.6.1* compat 0x04000000
- debug1: Enabling compatibility mode for protocol 2.0
- debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3
- debug2: fd 3 setting O_NONBLOCK
- debug2: Network child is on pid 3528
- debug3: preauth child monitor started
- debug3: privsep user:group 104:65534 [preauth]
- debug1: permanently_set_uid: 104/65534 [preauth]
- debug1: list_hostkey_types: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519 [preauth]
- debug1: SSH2_MSG_KEXINIT sent [preauth]
- debug1: SSH2_MSG_KEXINIT received [preauth]
- debug2: kex_parse_kexinit: [email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 [preauth]
- debug2: kex_parse_kexinit: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519 [preauth]
- debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,[email protected],[email protected],[email protected],aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected] [preauth]
- debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,[email protected],[email protected],[email protected],aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected] [preauth]
- debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-md5,hmac-sha1,[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 [preauth]
- debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-md5,hmac-sha1,[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 [preauth]
- debug2: kex_parse_kexinit: none,[email protected] [preauth]
- debug2: kex_parse_kexinit: none,[email protected] [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: [email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 [preauth]
- debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,ssh-rsa,ssh-dss [preauth]
- debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,[email protected],[email protected],[email protected],aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected] [preauth]
- debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,[email protected],[email protected],[email protected],aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected] [preauth]
- debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-md5,hmac-sha1,[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 [preauth]
- debug2: kex_parse_kexinit: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-md5,hmac-sha1,[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 [preauth]
- debug2: kex_parse_kexinit: none,[email protected],zlib [preauth]
- debug2: kex_parse_kexinit: none,[email protected],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]
- debug2: mac_setup: setup [email protected] [preauth]
- debug1: kex: client->server aes128-ctr [email protected] none [preauth]
- debug2: mac_setup: setup [email protected] [preauth]
- debug1: kex: server->client aes128-ctr [email protected] 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 0x7f049d631e70(101)
- 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 kossak 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 <MY_LOCAL_IP>.
- debug2: parse_server_config: config reprocess config len 788
- 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 kossak [preauth]
- debug3: mm_start_pam entering [preauth]
- debug3: mm_request_send entering: type 100 [preauth]
- debug3: mm_request_receive entering
- debug3: monitor_read: checking request 100
- debug1: PAM: initializing for "kossak"
- debug1: PAM: setting PAM_RHOST to "<MY_LOCAL_IP>"
- debug1: PAM: setting PAM_TTY to "ssh"
- debug2: monitor_read: 100 used once, disabling now
- debug3: mm_inform_authserv entering [preauth]
- debug3: mm_request_send entering: type 4 [preauth]
- debug2: input_userauth_request: try method none [preauth]
- debug3: userauth_finish: failure partial=0 next methods="publickey" [preauth]
- 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 kossak 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: 0x7f049d645280
- debug1: temporarily_use_uid: 1000/1000 (e=0/0)
- debug1: trying public key file /home/kossak/.ssh/authorized_keys
- debug1: fd 4 clearing O_NONBLOCK
- debug1: matching key found: file /home/kossak/.ssh/authorized_keys, line 4 RSA <RSA>
- debug1: restore_uid: 0/0
- debug3: mm_answer_keyallowed: key 0x7f049d645280 is allowed
- debug3: mm_request_send entering: type 23
- debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth]
- Postponed publickey for kossak from <MY_LOCAL_IP> port 39136 ssh2 [preauth]
- debug1: userauth-request for user kossak service ssh-connection method publickey [preauth]
- debug1: attempt 2 failures 0 [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: 0x7f049d644bc0
- debug1: temporarily_use_uid: 1000/1000 (e=0/0)
- debug1: trying public key file /home/kossak/.ssh/authorized_keys
- debug1: fd 4 clearing O_NONBLOCK
- debug1: matching key found: file /home/kossak/.ssh/authorized_keys, line 4 RSA <RSA>
- debug1: restore_uid: 0/0
- debug3: mm_answer_keyallowed: key 0x7f049d644bc0 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
- debug1: ssh_rsa_verify: signature correct
- debug3: mm_answer_keyverify: key 0x7f049d6452a0 signature verified
- debug3: mm_request_send entering: type 25
- 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 kossak from <MY_LOCAL_IP> port 39136 ssh2: RSA <RSA>
- debug1: monitor_child_preauth: kossak 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: 0x7f049d62b730(138)
- debug2: mac_setup: setup [email protected]
- debug3: mm_get_keystate: Waiting for second key
- debug3: mm_newkeys_from_blob: 0x7f049d62b730(138)
- debug2: mac_setup: setup [email protected]
- debug3: mm_get_keystate: Getting compression state
- debug3: mm_get_keystate: Getting Network I/O buffers
- debug2: userauth_pubkey: authenticated 1 pkalg ssh-rsa [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: 0x7f049d639f80 0x7f049d6306c0 [preauth]
- debug3: mm_newkeys_to_blob: converting 0x7f049d639f80 [preauth]
- debug3: mm_newkeys_to_blob: converting 0x7f049d6306c0 [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: mm_share_sync: Share sync
- debug3: mm_share_sync: Share sync end
- debug1: PAM: establishing credentials
- debug3: PAM: opening session
- debug3: PAM: sshpam_store_conv called with 1 messages
- User child is on pid 3597
- debug1: SELinux support disabled
- debug1: PAM: establishing credentials
- debug1: permanently_set_uid: 1000/1000
- debug2: set_newkeys: mode 0
- debug2: set_newkeys: mode 1
- debug1: Entering interactive session for SSH2.
- debug2: fd 6 setting O_NONBLOCK
- debug2: fd 8 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 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
- debug1: server_input_global_request: rtype [email protected] 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: LC_PAPER=pl_PL.UTF-8
- 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 1: LC_ADDRESS=pl_PL.UTF-8
- 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 2: LC_MONETARY=pl_PL.UTF-8
- 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 3: LC_NUMERIC=pl_PL.UTF-8
- 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 4: LC_TELEPHONE=pl_PL.UTF-8
- 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 5: LC_IDENTIFICATION=pl_PL.UTF-8
- 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 6: LANG=en_US.UTF-8
- 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 7: LC_MEASUREMENT=pl_PL.UTF-8
- 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 8: LC_NAME=pl_PL.UTF-8
- 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: command for kossak from <MY_LOCAL_IP> port 39136
- debug2: fd 3 setting TCP_NODELAY
- debug3: packet_set_tos: set IP_TOS 0x08
- debug2: fd 11 setting O_NONBLOCK
- debug2: fd 10 setting O_NONBLOCK
- debug2: fd 13 setting O_NONBLOCK
- debug1: Received SIGCHLD.
- debug1: session_by_pid: pid 3598
- debug1: session_exit_message: session 0 channel 0 pid 3598
- 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 11 len 0
- debug2: channel 0: read failed
- debug2: channel 0: close_read
- debug2: channel 0: input open -> drain
- debug2: channel 0: read 886 from efd 13
- debug2: channel 0: ibuf_empty delayed efd 13/(886)
- debug2: channel 0: rwin 2097152 elen 886 euse 1
- debug2: channel 0: sent ext data 886
- debug2: notify_done: reading
- debug2: channel 0: read 0 from efd 13
- debug2: channel 0: closing read-efd 13
- debug2: channel 0: ibuf empty
- debug2: channel 0: send eof
- debug2: channel 0: input drain -> closed
- debug2: channel 0: send close
- debug3: channel 0: will not send data after close
- debug2: channel 0: rcvd close
- Received disconnect from <MY_LOCAL_IP>: 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement