Advertisement
Guest User

Untitled

a guest
Oct 30th, 2017
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. he remote agent was not found. Do you want to install it now? Output received:
  2.  
  3. OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013
  4. debug1: Reading configuration data /etc/ssh/ssh_config
  5. debug1: /etc/ssh/ssh_config line 56: Applying options for *
  6. debug1: Connecting to 192.168.14.25 [192.168.14.25] port 22.
  7. debug1: fd 3 clearing O_NONBLOCK
  8. debug1: Connection established.
  9. debug1: identity file /home/admin/.ssh/id_rsa type 1
  10. debug1: identity file /home/admin/.ssh/id_rsa-cert type -1
  11. debug1: identity file /home/admin/.ssh/id_dsa type -1
  12. debug1: identity file /home/admin/.ssh/id_dsa-cert type -1
  13. debug1: identity file /home/admin/.ssh/id_ecdsa type -1
  14. debug1: identity file /home/admin/.ssh/id_ecdsa-cert type -1
  15. debug1: identity file /home/admin/.ssh/id_ed25519 type -1
  16. debug1: identity file /home/admin/.ssh/id_ed25519-cert type -1
  17. debug1: Enabling compatibility mode for protocol 2.0
  18. debug1: Local version string SSH-2.0-OpenSSH_6.6.1
  19. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4
  20. debug1: match: OpenSSH_7.4 pat OpenSSH* compat 0x04000000
  21. debug1: SSH2_MSG_KEXINIT sent
  22. debug1: SSH2_MSG_KEXINIT received
  23. debug1: kex: server->client aes128-ctr hmac-sha1-etm@openssh.com none
  24. debug1: kex: client->server aes128-ctr hmac-sha1-etm@openssh.com none
  25. debug1: kex: curve25519-sha256@libssh.org need=20 dh_need=20
  26. debug1: kex: curve25519-sha256@libssh.org need=20 dh_need=20
  27. debug1: sending SSH2_MSG_KEX_ECDH_INIT
  28. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  29. debug1: Server host key: ECDSA 30:59:be:40:bc:b8:f8:49:e9:65:c1:6e:db:d2:7e:e7
  30. debug1: Host '192.168.14.25' is known and matches the ECDSA host key.
  31. debug1: Found key in /home/admin/.ssh/known_hosts:1
  32. debug1: ssh_ecdsa_verify: signature correct
  33. debug1: SSH2_MSG_NEWKEYS sent
  34. debug1: expecting SSH2_MSG_NEWKEYS
  35. debug1: SSH2_MSG_NEWKEYS received
  36. debug1: SSH2_MSG_SERVICE_REQUEST sent
  37. debug1: SSH2_MSG_SERVICE_ACCEPT received
  38. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  39. debug1: Next authentication method: gssapi-keyex
  40. debug1: No valid Key exchange context
  41. debug1: Next authentication method: gssapi-with-mic
  42. debug1: Unspecified GSS failure. Minor code may provide more information
  43. No Kerberos credentials available (default cache: KEYRING:persistent:1000)
  44.  
  45. debug1: Unspecified GSS failure. Minor code may provide more information
  46. No Kerberos credentials available (default cache: KEYRING:persistent:1000)
  47.  
  48. debug1: Next authentication method: publickey
  49. debug1: Offering RSA public key: /home/admin/.ssh/id_rsa
  50. debug1: Server accepts key: pkalg ssh-rsa blen 279
  51. debug1: Authentication succeeded (publickey).
  52. Authenticated to 192.168.14.25 ([192.168.14.25]:22).
  53. debug1: Remote connections from LOCALHOST:50010 forwarded to local address 127.0.0.1:46445
  54. debug1: channel 0: new [client-session]
  55. debug1: Requesting no-more-sessions@openssh.com
  56. debug1: Entering interactive session.
  57. debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
  58. debug1: remote forward failure for: listen 50010, connect 127.0.0.1:46445
  59. Warning: remote port forwarding failed for listen port 50010
  60. debug1: All remote forwarding requests processed
  61. debug1: Sending environment.
  62. debug1: Sending env LANG = en_US.utf8
  63. debug1: Sending env LANGUAGE = en
  64. debug1: Sending command: /usr/bin/python2.7 /var/www/html/remoteagent.py --basedir=/var/www/html --port=50010
  65. Created meta importer
  66. (' Added dir', '/var/www/html/bin/dbg/src/debug')
  67. (' Added dir', '/var/www/html/src/debug')
  68. (' Added dir', '/var/www/html/bin/dbg/src/wingbase')
  69. (' Added dir', '/var/www/html/src/wingbase')
  70. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  71. debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
  72. debug1: channel 0: free: client-session, nchannels 1
  73. debug1: fd 0 clearing O_NONBLOCK
  74. debug1: fd 1 clearing O_NONBLOCK
  75. Transferred: sent 3536, received 2928 bytes, in 0.3 seconds
  76. Bytes per second: sent 13504.5, received 11182.5
  77. debug1: Exit status 0
  78. SSH client exited errno=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement