Advertisement
fennectech

logout wierdness

Sep 10th, 2015
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. debug1: Next authentication method: password
  2. [email protected]'s password:
  3. debug2: we sent a password packet, wait for reply
  4. debug1: Authentication succeeded (password).
  5. Authenticated to 192.168.1.122 ([192.168.1.122]:22).
  6. debug1: channel 0: new [client-session]
  7. debug3: ssh_session2_open: channel_new: 0
  8. debug2: channel 0: send open
  9. debug1: Requesting [email protected]
  10. debug1: Entering interactive session.
  11. debug2: callback start
  12. debug2: fd 3 setting TCP_NODELAY
  13. debug3: ssh_packet_set_tos: set IP_TOS 0x10
  14. debug2: client_session2_setup: id 0
  15. debug2: channel 0: request pty-req confirm 1
  16. debug2: channel 0: request shell confirm 1
  17. debug2: callback done
  18. debug2: channel 0: open confirm rwindow 0 rmax 32768
  19. debug2: channel_input_status_confirm: type 99 id 0
  20. debug2: PTY allocation request accepted on channel 0
  21. debug2: channel 0: rcvd adjust 2097152
  22. debug2: channel_input_status_confirm: type 99 id 0
  23. debug2: shell request accepted on channel 0
  24. debug1: client_input_channel_req: channel 0 rtype exit-signal reply 0
  25. debug1: client_input_channel_req: channel 0 rtype [email protected] reply 0
  26. debug2: channel 0: rcvd eow
  27. debug2: channel 0: close_read
  28. debug2: channel 0: input open -> closed
  29. debug2: channel 0: rcvd eof
  30. debug2: channel 0: output open -> drain
  31. debug2: channel 0: obuf empty
  32. debug2: channel 0: close_write
  33. debug2: channel 0: output drain -> closed
  34. debug2: channel 0: rcvd close
  35. debug3: channel 0: will not send data after close
  36. debug2: channel 0: almost dead
  37. debug2: channel 0: gc: notify user
  38. debug2: channel 0: gc: user detached
  39. debug2: channel 0: send close
  40. debug2: channel 0: is dead
  41. debug2: channel 0: garbage collecting
  42. debug1: channel 0: free: client-session, nchannels 1
  43. debug3: channel 0: status: The following connections are open:
  44. #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cc -1)
  45.  
  46. Connection to 192.168.1.122 closed.
  47. Transferred: sent 2688, received 1832 bytes, in 1.1 seconds
  48. Bytes per second: sent 2545.3, received 1734.7
  49. debug1: Exit status -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement