Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. sftp://103.48.194.xxx
  2. user: root
  3. password: ****
  4. port: 22
  5.  
  6. ➜ ~ ssh -v root@103.48.194.xx
  7. OpenSSH_7.9p1, LibreSSL 2.7.3
  8. debug1: Reading configuration data /etc/ssh/ssh_config
  9. debug1: /etc/ssh/ssh_config line 48: Applying options for *
  10. debug1: Connecting to 103.48.194.xx [103.48.194.xx] port 22.
  11. debug1: Connection established.
  12. debug1: identity file /Users/donhuvy/.ssh/id_rsa type 0
  13. debug1: identity file /Users/donhuvy/.ssh/id_rsa-cert type -1
  14. debug1: identity file /Users/donhuvy/.ssh/id_dsa type -1
  15. debug1: identity file /Users/donhuvy/.ssh/id_dsa-cert type -1
  16. debug1: identity file /Users/donhuvy/.ssh/id_ecdsa type -1
  17. debug1: identity file /Users/donhuvy/.ssh/id_ecdsa-cert type -1
  18. debug1: identity file /Users/donhuvy/.ssh/id_ed25519 type -1
  19. debug1: identity file /Users/donhuvy/.ssh/id_ed25519-cert type -1
  20. debug1: identity file /Users/donhuvy/.ssh/id_xmss type -1
  21. debug1: identity file /Users/donhuvy/.ssh/id_xmss-cert type -1
  22. debug1: Local version string SSH-2.0-OpenSSH_7.9
  23. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4
  24. debug1: match: OpenSSH_7.4 pat OpenSSH_7.0*,OpenSSH_7.1*,OpenSSH_7.2*,OpenSSH_7.3*,OpenSSH_7.4*,OpenSSH_7.5*,OpenSSH_7.6*,OpenSSH_7.7* compat 0x04000002
  25. debug1: Authenticating to 103.48.194.xx:22 as 'root'
  26. debug1: SSH2_MSG_KEXINIT sent
  27. debug1: SSH2_MSG_KEXINIT received
  28. debug1: kex: algorithm: curve25519-sha256
  29. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  30. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  31. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  32. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  33. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:9Ohti7PtCJAN3qMGgBiKh7oBiveKiFy9gHSOI1j3LK8
  34. debug1: Host '103.48.194.xx' is known and matches the ECDSA host key.
  35. debug1: Found key in /Users/donhuvy/.ssh/known_hosts:5
  36. debug1: rekey after 134217728 blocks
  37. debug1: SSH2_MSG_NEWKEYS sent
  38. debug1: expecting SSH2_MSG_NEWKEYS
  39. debug1: SSH2_MSG_NEWKEYS received
  40. debug1: rekey after 134217728 blocks
  41. debug1: Will attempt key: /Users/donhuvy/.ssh/id_rsa RSA SHA256:xpUMQMzX3z6ADCqgmrHzQ7T5GSmDAkVkFVE4aK+3Csc
  42. debug1: Will attempt key: /Users/donhuvy/.ssh/id_dsa
  43. debug1: Will attempt key: /Users/donhuvy/.ssh/id_ecdsa
  44. debug1: Will attempt key: /Users/donhuvy/.ssh/id_ed25519
  45. debug1: Will attempt key: /Users/donhuvy/.ssh/id_xmss
  46. debug1: SSH2_MSG_EXT_INFO received
  47. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  48. debug1: SSH2_MSG_SERVICE_ACCEPT received
  49. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  50. debug1: Next authentication method: publickey
  51. debug1: Offering public key: /Users/donhuvy/.ssh/id_rsa RSA SHA256:xpUMQMzX3z6ADCqgmrHzQ7T5GSmDAkVkFVE4aK+3Csc
  52. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  53. debug1: Trying private key: /Users/donhuvy/.ssh/id_dsa
  54. debug1: Trying private key: /Users/donhuvy/.ssh/id_ecdsa
  55. debug1: Trying private key: /Users/donhuvy/.ssh/id_ed25519
  56. debug1: Trying private key: /Users/donhuvy/.ssh/id_xmss
  57. debug1: Next authentication method: password
  58. root@103.48.194.xx's password:
  59. debug1: Authentication succeeded (password).
  60. Authenticated to 103.48.194.xx ([103.48.194.xx]:22).
  61. debug1: channel 0: new [client-session]
  62. debug1: Requesting no-more-sessions@openssh.com
  63. debug1: Entering interactive session.
  64. debug1: pledge: network
  65. debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
  66. debug1: Sending environment.
  67. debug1: Sending env LC_CTYPE = UTF-8
  68. debug1: Sending env LC_ALL = en_US.UTF-8
  69. debug1: Sending env LANG = en_US.UTF-8
  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. Last failed login: Fri Feb 22 23:54:05 EST 2019 from 113.119.xxx.21 on ssh:notty
  73. There were 6 failed login attempts since the last successful login.
  74. Last login: Fri Feb 22 23:38:47 2019 from 14.232.141.136
  75. /bin/bash: No such file or directory
  76. debug1: channel 0: free: client-session, nchannels 1
  77. Connection to 103.48.194.xx closed.
  78. Transferred: sent 2532, received 2756 bytes, in 0.1 seconds
  79. Bytes per second: sent 26858.7, received 29234.9
  80. debug1: Exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement