Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. shell request failed on channel 0
  2.  
  3. OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017
  4. debug1: Reading configuration data /etc/ssh/ssh_config
  5. debug1: /etc/ssh/ssh_config line 58: Applying options for *
  6. debug1: Connecting to 192.168.1.146 [192.168.1.146] port 22.
  7. debug1: Connection established.
  8. debug1: identity file /home/docker/.ssh/id_rsa type 1
  9. debug1: key_load_public: No such file or directory
  10. debug1: identity file /home/docker/.ssh/id_rsa-cert type -1
  11. debug1: key_load_public: No such file or directory
  12. debug1: identity file /home/docker/.ssh/id_dsa type -1
  13. debug1: key_load_public: No such file or directory
  14. debug1: identity file /home/docker/.ssh/id_dsa-cert type -1
  15. debug1: key_load_public: No such file or directory
  16. debug1: identity file /home/docker/.ssh/id_ecdsa type -1
  17. debug1: key_load_public: No such file or directory
  18. debug1: identity file /home/docker/.ssh/id_ecdsa-cert type -1
  19. debug1: key_load_public: No such file or directory
  20. debug1: identity file /home/docker/.ssh/id_ed25519 type -1
  21. debug1: key_load_public: No such file or directory
  22. debug1: identity file /home/docker/.ssh/id_ed25519-cert type -1
  23. debug1: Enabling compatibility mode for protocol 2.0
  24. debug1: Local version string SSH-2.0-OpenSSH_7.4
  25. debug1: Remote protocol version 2.0, remote software version SSHBlackbox.10
  26. debug1: no match: SSHBlackbox.10
  27. debug1: Authenticating to 192.168.1.146:22 as 'administrator'
  28. debug1: SSH2_MSG_KEXINIT sent
  29. debug1: SSH2_MSG_KEXINIT received
  30. debug1: kex: algorithm: diffie-hellman-group14-sha1
  31. debug1: kex: host key algorithm: ssh-rsa
  32. debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
  33. debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
  34. debug1: kex: diffie-hellman-group14-sha1 need=32 dh_need=32
  35. debug1: kex: diffie-hellman-group14-sha1 need=32 dh_need=32
  36. debug1: sending SSH2_MSG_KEXDH_INIT
  37. debug1: expecting SSH2_MSG_KEXDH_REPLY
  38. debug1: Server host key: ssh-rsa SHA256:yUlYQrtRhzqQ+5rGH01E1R4VO1uxEp6POxCIOSHwWOk
  39. debug1: Host '192.168.1.146' is known and matches the RSA host key.
  40. debug1: Found key in /home/docker/.ssh/known_hosts:4
  41. debug1: rekey after 4294967296 blocks
  42. debug1: SSH2_MSG_NEWKEYS sent
  43. debug1: expecting SSH2_MSG_NEWKEYS
  44. debug1: SSH2_MSG_NEWKEYS received
  45. debug1: rekey after 4294967296 blocks
  46. debug1: SSH2_MSG_SERVICE_ACCEPT received
  47. debug1: Authentications that can continue: password,publickey
  48. debug1: Next authentication method: publickey
  49. debug1: Offering RSA public key: /home/docker/.ssh/id_rsa
  50. debug1: Server accepts key: pkalg ssh-rsa blen 279
  51. debug1: Authentication succeeded (publickey).
  52. Authenticated to 192.168.1.146 ([192.168.1.146]:22).
  53. debug1: channel 0: new [client-session]
  54. debug1: Entering interactive session.
  55. debug1: pledge: network
  56. debug1: Sending environment.
  57. debug1: Sending env LANG = en_GB.UTF-8
  58. shell request failed on channel 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement