Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. user@Coder-Laptop:~/Documents/Project/sftp-keys$ ssh -v -o "IdentityFile tester.pem" tester@sftp.website.com
  2. OpenSSH_7.4p1, LibreSSL 2.5.0
  3. debug1: Reading configuration data /Users/user/.ssh/config
  4. debug1: Reading configuration data /etc/ssh/ssh_config
  5. debug1: Connecting to sftp.website.com [18.210.173.208] port 22.
  6. debug1: Connection established.
  7. debug1: key_load_public: No such file or directory
  8. debug1: identity file tester.pem type -1
  9. debug1: key_load_public: No such file or directory
  10. debug1: identity file tester.pem-cert type -1
  11. debug1: Enabling compatibility mode for protocol 2.0
  12. debug1: Local version string SSH-2.0-OpenSSH_7.4
  13. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4
  14. debug1: match: OpenSSH_7.4 pat OpenSSH* compat 0x04000000
  15. debug1: Authenticating to sftp.website.com:22 as 'tester'
  16. debug1: SSH2_MSG_KEXINIT sent
  17. debug1: SSH2_MSG_KEXINIT received
  18. debug1: kex: algorithm: curve25519-sha256
  19. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  20. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  21. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  22. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  23. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:GGZaolbpTCxjekMGVBzTNuUzk0A9ko5Y3NbKCn3sS08
  24. debug1: Host 'sftp.website.com' is known and matches the ECDSA host key.
  25. debug1: Found key in /Users/user/.ssh/known_hosts:98
  26. debug1: rekey after 134217728 blocks
  27. debug1: SSH2_MSG_NEWKEYS sent
  28. debug1: expecting SSH2_MSG_NEWKEYS
  29. debug1: SSH2_MSG_NEWKEYS received
  30. debug1: rekey after 134217728 blocks
  31. debug1: SSH2_MSG_EXT_INFO received
  32. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  33. debug1: SSH2_MSG_SERVICE_ACCEPT received
  34. debug1: Authentications that can continue: publickey
  35. debug1: Next authentication method: publickey
  36. debug1: Trying private key: tester.pem
  37. debug1: Authentication succeeded (publickey).
  38. Authenticated to sftp.website.com ([18.210.173.208]:22).
  39. debug1: channel 0: new [client-session]
  40. debug1: Requesting no-more-sessions@openssh.com
  41. debug1: Entering interactive session.
  42. debug1: pledge: network
  43. debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
  44. This service allows sftp connections only.
  45. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  46. debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
  47. debug1: channel 0: free: client-session, nchannels 1
  48. Connection to sftp.website.com closed.
  49. Transferred: sent 2708, received 2448 bytes, in 0.0 seconds
  50. Bytes per second: sent 83668.0, received 75634.8
  51. debug1: Exit status 1
  52. user@Coder-Laptop:~/Documents/Project/sftp-keys$ ssh -v -o "IdentityFile website-sftp-gateway-pvh.pem" pvh@sftp.website.com
  53. OpenSSH_7.4p1, LibreSSL 2.5.0
  54. debug1: Reading configuration data /Users/user/.ssh/config
  55. debug1: Reading configuration data /etc/ssh/ssh_config
  56. debug1: Connecting to sftp.website.com [18.210.173.208] port 22.
  57. debug1: Connection established.
  58. debug1: key_load_public: No such file or directory
  59. debug1: identity file website-sftp-gateway-pvh.pem type -1
  60. debug1: key_load_public: No such file or directory
  61. debug1: identity file website-sftp-gateway-pvh.pem-cert type -1
  62. debug1: Enabling compatibility mode for protocol 2.0
  63. debug1: Local version string SSH-2.0-OpenSSH_7.4
  64. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4
  65. debug1: match: OpenSSH_7.4 pat OpenSSH* compat 0x04000000
  66. debug1: Authenticating to sftp.website.com:22 as 'pvh'
  67. debug1: SSH2_MSG_KEXINIT sent
  68. debug1: SSH2_MSG_KEXINIT received
  69. debug1: kex: algorithm: curve25519-sha256
  70. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  71. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  72. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  73. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  74. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:GGZaolbpTCxjekMGVBzTNuUzk0A9ko5Y3NbKCn3sS08
  75. debug1: Host 'sftp.website.com' is known and matches the ECDSA host key.
  76. debug1: Found key in /Users/user/.ssh/known_hosts:98
  77. debug1: rekey after 134217728 blocks
  78. debug1: SSH2_MSG_NEWKEYS sent
  79. debug1: expecting SSH2_MSG_NEWKEYS
  80. debug1: SSH2_MSG_NEWKEYS received
  81. debug1: rekey after 134217728 blocks
  82. debug1: SSH2_MSG_EXT_INFO received
  83. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  84. debug1: SSH2_MSG_SERVICE_ACCEPT received
  85. debug1: Authentications that can continue: publickey
  86. debug1: Next authentication method: publickey
  87. debug1: Trying private key: website-sftp-gateway-pvh.pem
  88. debug1: Authentications that can continue: publickey
  89. debug1: No more authentication methods to try.
  90. Permission denied (publickey).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement