Guest User

SSH -d output

a guest
Apr 5th, 2023
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. debug1: sshd version OpenSSH_8.9, OpenSSL 3.0.2 15 Mar 2022
  2. debug1: private host key #0: ssh-rsa SHA256:UoRvA6lODnkhl0v0f52E887R06nOa7RYSQStL5jRs7g
  3. debug1: private host key #1: ecdsa-sha2-nistp256 SHA256:l2VsR9yVFi7K5/PUG2+hLmhXYXTshn6aBZYSSr9i08I
  4. debug1: private host key #2: ssh-ed25519 SHA256:Vu/Maotg8puqShnm/qAxQi63Z2H9rRz562fz/PREUDY
  5. debug1: rexec_argv[0]='/usr/sbin/sshd'
  6. debug1: rexec_argv[1]='-d'
  7. debug1: rexec_argv[2]='-p'
  8. debug1: rexec_argv[3]='2222'
  9. debug1: Set /proc/self/oom_score_adj from 0 to -1000
  10. debug1: Bind to port 2222 on 0.0.0.0.
  11. Server listening on 0.0.0.0 port 2222.
  12. debug1: Bind to port 2222 on ::.
  13. Server listening on :: port 2222.
  14. debug1: Server will not fork when running in debugging mode.
  15. debug1: rexec start in 5 out 5 newsock 5 pipe -1 sock 8
  16. debug1: sshd version OpenSSH_8.9, OpenSSL 3.0.2 15 Mar 2022
  17. debug1: private host key #0: ssh-rsa SHA256:UoRvA6lODnkhl0v0f52E887R06nOa7RYSQStL5jRs7g
  18. debug1: private host key #1: ecdsa-sha2-nistp256 SHA256:l2VsR9yVFi7K5/PUG2+hLmhXYXTshn6aBZYSSr9i08I
  19. debug1: private host key #2: ssh-ed25519 SHA256:Vu/Maotg8puqShnm/qAxQi63Z2H9rRz562fz/PREUDY
  20. debug1: inetd sockets after dupping: 3, 3
  21. Connection from <DESKTOP IP> port 48748 on <SERVER IP> port 2222 rdomain ""
  22. debug1: Local version string SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.1
  23. debug1: Remote protocol version 2.0, remote software version OpenSSH_9.3
  24. debug1: compat_banner: match: OpenSSH_9.3 pat OpenSSH* compat 0x04000000
  25. debug1: permanently_set_uid: 106/65534 [preauth]
  26. debug1: list_hostkey_types: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 [preauth]
  27. debug1: SSH2_MSG_KEXINIT sent [preauth]
  28. debug1: SSH2_MSG_KEXINIT received [preauth]
  29. debug1: kex: algorithm: [email protected] [preauth]
  30. debug1: kex: host key algorithm: ssh-ed25519 [preauth]
  31. debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none [preauth]
  32. debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none [preauth]
  33. debug1: expecting SSH2_MSG_KEX_ECDH_INIT [preauth]
  34. debug1: SSH2_MSG_KEX_ECDH_INIT received [preauth]
  35. debug1: rekey out after 134217728 blocks [preauth]
  36. debug1: SSH2_MSG_NEWKEYS sent [preauth]
  37. debug1: Sending SSH2_MSG_EXT_INFO [preauth]
  38. debug1: expecting SSH2_MSG_NEWKEYS [preauth]
  39. debug1: SSH2_MSG_NEWKEYS received [preauth]
  40. debug1: rekey in after 134217728 blocks [preauth]
  41. debug1: KEX done [preauth]
  42. debug1: userauth-request for user root service ssh-connection method none [preauth]
  43. debug1: attempt 0 failures 0 [preauth]
  44. debug1: PAM: initializing for "root"
  45. debug1: PAM: setting PAM_RHOST to "<DESKTOP IP>"
  46. debug1: PAM: setting PAM_TTY to "ssh"
  47. debug1: userauth-request for user root service ssh-connection method [email protected] [preauth]
  48. debug1: attempt 1 failures 0 [preauth]
  49. debug1: temporarily_use_uid: 0/0 (e=0/0)
  50. debug1: trying public key file /root/.ssh/authorized_keys
  51. debug1: fd 4 clearing O_NONBLOCK
  52. debug1: restore_uid: 0/0
  53. debug1: temporarily_use_uid: 0/0 (e=0/0)
  54. debug1: trying public key file /root/.ssh/authorized_keys2
  55. debug1: Could not open authorized keys '/root/.ssh/authorized_keys2': No such file or directory
  56. debug1: restore_uid: 0/0
  57. Failed publickey for root from <DESKTOP IP> port 48748 ssh2: RSA SHA256:uvZ1/s8XCH4nhLo5IP6fY2RlpHFBWsWpxZLurEPZHg0
  58. debug1: userauth-request for user root service ssh-connection method password [preauth]
  59. debug1: attempt 2 failures 1 [preauth]
  60. debug1: PAM: password authentication accepted for root
  61. debug1: do_pam_account: called
  62. Accepted password for root from <DESKTOP IP> port 48748 ssh2
  63. debug1: monitor_child_preauth: user root authenticated by privileged process
  64. debug1: monitor_read_log: child log fd closed
  65. debug1: PAM: establishing credentials
  66. debug1: rekey in after 134217728 blocks
  67. debug1: rekey out after 134217728 blocks
  68. debug1: ssh_packet_set_postauth: called
  69. debug1: active: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
  70. debug1: Entering interactive session for SSH2.
  71. debug1: server_init_dispatch
  72. debug1: server_input_channel_open: ctype session rchan 0 win 1048576 max 16384
  73. debug1: input_session_request
  74. debug1: channel 0: new [server-session]
  75. debug1: session_new: session 0
  76. debug1: session_open: channel 0
  77. debug1: session_open: session 0: link with channel 0
  78. debug1: server_input_channel_open: confirm session
  79. debug1: server_input_global_request: rtype [email protected] want_reply 0
  80. debug1: server_input_channel_req: channel 0 request pty-req reply 1
  81. debug1: session_by_channel: session 0 channel 0
  82. debug1: session_input_channel_req: session 0 req pty-req
  83. debug1: Allocating pty.
  84. debug1: session_pty_req: session 0 alloc /dev/pts/1
  85. debug1: SELinux support disabled
  86. debug1: server_input_channel_req: channel 0 request shell reply 1
  87. debug1: session_by_channel: session 0 channel 0
  88. debug1: session_input_channel_req: session 0 req shell
  89. Starting session: shell on pts/1 for root from <DESKTOP IP> port 48748 id 0
  90. debug1: Setting controlling tty using TIOCSCTTY.
  91. debug1: server_input_channel_req: channel 0 request window-change reply 0
  92. debug1: session_by_channel: session 0 channel 0
  93. debug1: session_input_channel_req: session 0 req window-change
  94. debug1: server_input_channel_req: channel 0 request window-change reply 0
  95. debug1: session_by_channel: session 0 channel 0
  96. debug1: session_input_channel_req: session 0 req window-change
  97. debug1: server_input_channel_req: channel 0 request window-change reply 0
  98. debug1: session_by_channel: session 0 channel 0
  99. debug1: session_input_channel_req: session 0 req window-change
  100. debug1: server_input_channel_req: channel 0 request window-change reply 0
  101. debug1: session_by_channel: session 0 channel 0
  102. debug1: session_input_channel_req: session 0 req window-change
Add Comment
Please, Sign In to add comment