Advertisement
Guest User

Untitled

a guest
May 20th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. Status: Connecting to <mydomain>.com...
  2. Trace: Going to execute /usr/bin/fzsftp
  3. Response: fzSftp started
  4. Trace: CSftpControlSocket::ConnectParseResponse(fzSftp started)
  5. Trace: CSftpControlSocket::SendNextCommand()
  6. Trace: CSftpControlSocket::ConnectSend()
  7. Command: open "<otheruser>@<mydomain>.com" 22
  8. Trace: Server version: SSH-2.0-OpenSSH_4.3
  9. Trace: Using SSH protocol version 2
  10. Trace: We claim version: SSH-2.0-PuTTY_Local:_Apr__9_2014_12:23:17
  11. Trace: Doing Diffie-Hellman group exchange
  12. Trace: Doing Diffie-Hellman key exchange with hash SHA-1
  13. Command: Trust new Hostkey: Once
  14. Trace: Host key fingerprint is:
  15. Trace: ssh-rsa 2048 66:60:50:37:18:42:e5:48:b9:e8:9b:81:9b:f0:82:11
  16. Trace: Initialised AES-256 SDCTR client->server encryption
  17. Trace: Initialised HMAC-SHA1 client->server MAC algorithm
  18. Trace: Initialised AES-256 SDCTR server->client encryption
  19. Trace: Initialised HMAC-SHA1 server->client MAC algorithm
  20. Trace: Pageant is running. Requesting keys.
  21. Trace: Pageant has 1 SSH-2 keys
  22. Trace: Trying Pageant key #0
  23. Trace: Server refused public key
  24. Command: Pass: **********
  25. Trace: Sent password
  26. Trace: Access granted
  27. Trace: Opened channel for session
  28. Trace: Started a shell/command
  29. Status: Connected to <mydomain>.com
  30. Trace: CSftpControlSocket::ConnectParseResponse()
  31. Trace: CSftpControlSocket::ResetOperation(0)
  32. Trace: CControlSocket::ResetOperation(0)
  33. Trace: CFileZillaEnginePrivate::ResetOperation(0)
  34. Status: Retrieving directory listing...
  35. Trace: CSftpControlSocket::SendNextCommand()
  36. Trace: CSftpControlSocket::ChangeDirSend()
  37. Command: pwd
  38. Response: Current directory is: "/home/middlewae"
  39. Trace: CSftpControlSocket::ResetOperation(0)
  40. Trace: CControlSocket::ResetOperation(0)
  41. Trace: CSftpControlSocket::ParseSubcommandResult(0)
  42. Trace: CSftpControlSocket::ListSubcommandResult()
  43. Trace: state = 1
  44. Trace: CSftpControlSocket::ResetOperation(0)
  45. Trace: CControlSocket::ResetOperation(0)
  46. Status: Directory listing successful
  47. Trace: CFileZillaEnginePrivate::ResetOperation(0)
  48. Status: Retrieving directory listing...
  49. Trace: CSftpControlSocket::SendNextCommand()
  50. Trace: CSftpControlSocket::ChangeDirSend()
  51. Command: cd "tempk"
  52. Response: New directory is: "/home/middlewae/tempk"
  53. Trace: CSftpControlSocket::ResetOperation(0)
  54. Trace: CControlSocket::ResetOperation(0)
  55. Trace: CSftpControlSocket::ParseSubcommandResult(0)
  56. Trace: CSftpControlSocket::ListSubcommandResult()
  57. Trace: state = 1
  58. Trace: CSftpControlSocket::SendNextCommand()
  59. Trace: CSftpControlSocket::ListSend()
  60. Trace: state = 2
  61. Command: ls
  62. Status: Listing directory /home/middleware/tempk
  63. Listing: drwxr-xr-x 2 root root 4096 Jan 19 2011 .
  64. Listing: drwxr-x--- 16 middlewae www-data 4096 May 28 2015 ..
  65. Trace: CSftpControlSocket::ListParseResponse()
  66. Trace: CSftpControlSocket::ResetOperation(0)
  67. Trace: CControlSocket::ResetOperation(0)
  68. Status: Directory listing successful
  69. Trace: CFileZillaEnginePrivate::ResetOperation(0)
  70. Trace: CFileZillaEnginePrivate::ResetOperation(514)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement