Advertisement
Guest User

Untitled

a guest
Sep 27th, 2012
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. sam@localhost's password:
  2. debug3: packet_send2: adding 64 (len 56 padlen 8 extra_pad 64)
  3. debug2: we sent a password packet, wait for reply
  4. debug3: Wrote 144 bytes for a total of 1639
  5. debug1: Authentication succeeded (password).
  6. debug2: fd 4 setting O_NONBLOCK
  7. debug3: fd 5 is O_NONBLOCK
  8. debug1: channel 0: new [client-session]
  9. debug3: ssh_session2_open: channel_new: 0
  10. debug2: channel 0: send open
  11. debug1: Requesting no-more-sessions@openssh.com
  12. debug1: Entering interactive session.
  13. debug3: Wrote 128 bytes for a total of 1767
  14. debug2: callback start
  15. debug2: client_session2_setup: id 0
  16. debug1: Sending environment.
  17. debug3: Ignored env TERM
  18. debug3: Ignored env SHELL
  19. debug3: Ignored env SSH_CLIENT
  20. debug3: Ignored env SSH_TTY
  21. debug3: Ignored env USER
  22. debug3: Ignored env LS_COLORS
  23. debug3: Ignored env MAIL
  24. debug3: Ignored env PATH
  25. debug3: Ignored env PWD
  26. debug3: Ignored env SHLVL
  27. debug3: Ignored env HOME
  28. debug3: Ignored env LOGNAME
  29. debug3: Ignored env SSH_CONNECTION
  30. debug3: Ignored env LESSOPEN
  31. debug3: Ignored env LESSCLOSE
  32. debug3: Ignored env _
  33. debug1: Sending subsystem: sftp
  34. debug2: channel 0: request subsystem confirm 1
  35. debug2: fd 3 setting TCP_NODELAY
  36. debug2: callback done
  37. debug2: channel 0: open confirm rwindow 0 rmax 32768
  38. debug3: Wrote 64 bytes for a total of 1831
  39. debug2: channel 0: rcvd adjust 2097152
  40. debug2: channel_input_status_confirm: type 99 id 0
  41. debug2: subsystem request accepted on channel 0
  42. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  43. debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
  44. debug2: channel 0: rcvd eow
  45. debug2: channel 0: close_read
  46. debug2: channel 0: input open -> closed
  47. debug2: channel 0: rcvd eof
  48. debug2: channel 0: output open -> drain
  49. debug2: channel 0: obuf empty
  50. debug2: channel 0: close_write
  51. debug2: channel 0: output drain -> closed
  52. debug2: channel 0: rcvd close
  53. debug3: channel 0: will not send data after close
  54. debug2: channel 0: almost dead
  55. debug2: channel 0: gc: notify user
  56. debug2: channel 0: gc: user detached
  57. debug2: channel 0: send close
  58. debug2: channel 0: is dead
  59. debug2: channel 0: garbage collecting
  60. debug1: channel 0: free: client-session, nchannels 1
  61. debug3: channel 0: status: The following connections are open:
  62. #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cfd -1)
  63.  
  64. debug3: channel 0: close_fds r -1 w -1 e 6 c -1
  65. debug3: Wrote 32 bytes for a total of 1863
  66. debug3: Wrote 64 bytes for a total of 1927
  67. debug1: fd 0 clearing O_NONBLOCK
  68. debug3: fd 1 is not O_NONBLOCK
  69. Transferred: sent 1744, received 2008 bytes, in 1.2 seconds
  70. Bytes per second: sent 1483.0, received 1707.5
  71. debug1: Exit status 1
  72. Couldn't read packet: Connection reset by peer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement