Advertisement
Guest User

Untitled

a guest
Nov 25th, 2019
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. OpenSSH_7.9p1, LibreSSL 2.7.3
  2. debug1: Reading configuration data /Users/stephane/.ssh/config
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 48: Applying options for *
  5. debug1: Connecting to demo.wftpserver.com [74.117.60.28] port 2222.
  6. debug1: Connection established.
  7. debug1: identity file /Users/stephane/.ssh/id_rsa type 0
  8. debug1: identity file /Users/stephane/.ssh/id_rsa-cert type -1
  9. debug1: identity file /Users/stephane/.ssh/id_dsa type -1
  10. debug1: identity file /Users/stephane/.ssh/id_dsa-cert type -1
  11. debug1: identity file /Users/stephane/.ssh/id_ecdsa type -1
  12. debug1: identity file /Users/stephane/.ssh/id_ecdsa-cert type -1
  13. debug1: identity file /Users/stephane/.ssh/id_ed25519 type -1
  14. debug1: identity file /Users/stephane/.ssh/id_ed25519-cert type -1
  15. debug1: identity file /Users/stephane/.ssh/id_xmss type -1
  16. debug1: identity file /Users/stephane/.ssh/id_xmss-cert type -1
  17. debug1: Local version string SSH-2.0-OpenSSH_7.9
  18. debug1: Remote protocol version 2.0, remote software version WingFTPServer
  19. debug1: no match: WingFTPServer
  20. debug1: Authenticating to demo.wftpserver.com:2222 as 'demo-user'
  21. debug1: SSH2_MSG_KEXINIT sent
  22. debug1: SSH2_MSG_KEXINIT received
  23. debug1: kex: algorithm: curve25519-sha256
  24. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  25. debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
  26. debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
  27. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  28. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:6LU1uontQGkpKDMrMF2un6oou43ia8Z6nOHxjwXViNo
  29. debug1: Host '[demo.wftpserver.com]:2222' is known and matches the ECDSA host key.
  30. debug1: Found key in /Users/stephane/.ssh/known_hosts:3
  31. debug1: rekey after 134217728 blocks
  32. debug1: SSH2_MSG_NEWKEYS sent
  33. debug1: expecting SSH2_MSG_NEWKEYS
  34. debug1: SSH2_MSG_NEWKEYS received
  35. debug1: rekey after 134217728 blocks
  36. debug1: Will attempt key: /Users/stephane/.ssh/id_rsa RSA SHA256:bWVrpe/CJu229l4hEn1RVD5nf63hG+UBioOD49VM6nE agent
  37. debug1: Will attempt key: /Users/stephane/.ssh/id_dsa
  38. debug1: Will attempt key: /Users/stephane/.ssh/id_ecdsa
  39. debug1: Will attempt key: /Users/stephane/.ssh/id_ed25519
  40. debug1: Will attempt key: /Users/stephane/.ssh/id_xmss
  41. debug1: SSH2_MSG_EXT_INFO received
  42. debug1: kex_input_ext_info: server-sig-algs=<[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss>
  43. debug1: SSH2_MSG_SERVICE_ACCEPT received
  44. debug1: Authentications that can continue: publickey,password
  45. debug1: Next authentication method: publickey
  46. debug1: Offering public key: /Users/stephane/.ssh/id_rsa RSA SHA256:bWVrpe/CJu229l4hEn1RVD5nf63hG+UBioOD49VM6nE agent
  47. debug1: Authentications that can continue: publickey,password
  48. debug1: Trying private key: /Users/stephane/.ssh/id_dsa
  49. debug1: Trying private key: /Users/stephane/.ssh/id_ecdsa
  50. debug1: Trying private key: /Users/stephane/.ssh/id_ed25519
  51. debug1: Trying private key: /Users/stephane/.ssh/id_xmss
  52. debug1: Next authentication method: password
  53. [email protected]'s password:
  54. debug1: Authentication succeeded (password).
  55. Authenticated to demo.wftpserver.com ([74.117.60.28]:2222).
  56. debug1: channel 0: new [client-session]
  57. debug1: Entering interactive session.
  58. debug1: pledge: network
  59. debug1: Sending environment.
  60. debug1: Sending env LC_TERMINAL_VERSION = 3.3.7
  61. debug1: Sending env LC_TERMINAL = iTerm2
  62. debug1: Sending env LC_CTYPE = UTF-8
  63. Received disconnect from 74.117.60.28 port 2222:11: Bye Bye
  64. Disconnected from 74.117.60.28 port 2222
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement