Guest User

Untitled

a guest
Aug 30th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.86 KB | None | 0 0
  1. ➜ ~ ssh-copy-id user@xxx.com
  2. /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
  3. /usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys
  4. user@xxx.com's password:
  5.  
  6. Number of key(s) added: 1
  7.  
  8. Now try logging into the machine, with "ssh 'user@xxx.com'"
  9. and check to make sure that only the key(s) you wanted were added.
  10.  
  11. ➜ ~ ssh 'user@xxx.com'
  12. user@xxx.com's password:
  13.  
  14. ➜ ~ ssh -vv user@xxx.com
  15. OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017
  16. debug1: Reading configuration data /etc/ssh/ssh_config
  17. debug1: /etc/ssh/ssh_config line 58: Applying options for *
  18. debug2: resolving "xxx.com" port 22
  19. debug2: ssh_connect_direct: needpriv 0
  20. debug1: Connecting to xxx.com [194.135.93.46] port 22.
  21. debug1: Connection established.
  22. debug1: identity file /home/luser/.ssh/id_rsa type 1
  23. debug1: key_load_public: No such file or directory
  24. debug1: identity file /home/luser/.ssh/id_rsa-cert type -1
  25. debug1: key_load_public: No such file or directory
  26. debug1: identity file /home/luser/.ssh/id_dsa type -1
  27. debug1: key_load_public: No such file or directory
  28. debug1: identity file /home/luser/.ssh/id_dsa-cert type -1
  29. debug1: key_load_public: No such file or directory
  30. debug1: identity file /home/luser/.ssh/id_ecdsa type -1
  31. debug1: key_load_public: No such file or directory
  32. debug1: identity file /home/luser/.ssh/id_ecdsa-cert type -1
  33. debug1: key_load_public: No such file or directory
  34. debug1: identity file /home/luser/.ssh/id_ed25519 type -1
  35. debug1: key_load_public: No such file or directory
  36. debug1: identity file /home/luser/.ssh/id_ed25519-cert type -1
  37. debug1: Enabling compatibility mode for protocol 2.0
  38. debug1: Local version string SSH-2.0-OpenSSH_7.4
  39. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
  40. debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000000
  41. debug2: fd 3 setting O_NONBLOCK
  42. debug1: Authenticating to xxx.com:22 as 'git'
  43. debug1: SSH2_MSG_KEXINIT sent
  44. debug1: SSH2_MSG_KEXINIT received
  45. debug2: local client KEXINIT proposal
  46. debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1,ext-info-c
  47. debug2: host key algorithms: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss
  48. debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc
  49. debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc
  50. debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  51. debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  52. debug2: compression ctos: none,zlib@openssh.com,zlib
  53. debug2: compression stoc: none,zlib@openssh.com,zlib
  54. debug2: languages ctos:
  55. debug2: languages stoc:
  56. debug2: first_kex_follows 0
  57. debug2: reserved 0
  58. debug2: peer server KEXINIT proposal
  59. debug2: KEX algorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  60. debug2: host key algorithms: ssh-rsa,ecdsa-sha2-nistp256
  61. debug2: ciphers ctos: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
  62. debug2: ciphers stoc: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
  63. debug2: MACs ctos: hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  64. debug2: MACs stoc: hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  65. debug2: compression ctos: none,zlib@openssh.com
  66. debug2: compression stoc: none,zlib@openssh.com
  67. debug2: languages ctos:
  68. debug2: languages stoc:
  69. debug2: first_kex_follows 0
  70. debug2: reserved 0
  71. debug1: kex: algorithm: curve25519-sha256@libssh.org
  72. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  73. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  74. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  75. debug1: kex: curve25519-sha256@libssh.org need=64 dh_need=64
  76. debug1: kex: curve25519-sha256@libssh.org need=64 dh_need=64
  77. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  78. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:BTGZxt01OsYkDeXK5s7oH5R2m044Ioqbg7pph1r+4mM
  79. debug1: Host 'xxx.com' is known and matches the ECDSA host key.
  80. debug1: Found key in /home/luser/.ssh/known_hosts:1
  81. debug2: set_newkeys: mode 1
  82. debug1: rekey after 134217728 blocks
  83. debug1: SSH2_MSG_NEWKEYS sent
  84. debug1: expecting SSH2_MSG_NEWKEYS
  85. debug1: SSH2_MSG_NEWKEYS received
  86. debug2: set_newkeys: mode 0
  87. debug1: rekey after 134217728 blocks
  88. debug2: key: /home/luser/.ssh/id_rsa (0x5577945c6c30), agent
  89. debug2: key: /home/luser/.ssh/id_dsa ((nil))
  90. debug2: key: /home/luser/.ssh/id_ecdsa ((nil))
  91. debug2: key: /home/luser/.ssh/id_ed25519 ((nil))
  92. debug2: service_accept: ssh-userauth
  93. debug1: SSH2_MSG_SERVICE_ACCEPT received
  94. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  95. debug1: Next authentication method: gssapi-keyex
  96. debug1: No valid Key exchange context
  97. debug2: we did not send a packet, disable method
  98. debug1: Next authentication method: gssapi-with-mic
  99. debug1: Unspecified GSS failure. Minor code may provide more information
  100. No Kerberos credentials available (default cache: KEYRING:persistent:1000)
  101.  
  102. debug1: Unspecified GSS failure. Minor code may provide more information
  103. No Kerberos credentials available (default cache: KEYRING:persistent:1000)
  104.  
  105. debug2: we did not send a packet, disable method
  106. debug1: Next authentication method: publickey
  107. debug1: Offering RSA public key: /home/luser/.ssh/id_rsa
  108. debug2: we sent a publickey packet, wait for reply
  109. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
  110. debug1: Trying private key: /home/luser/.ssh/id_dsa
  111. debug1: Trying private key: /home/luser/.ssh/id_ecdsa
  112. debug1: Trying private key: /home/luser/.ssh/id_ed25519
  113. debug2: we did not send a packet, disable method
  114. debug1: Next authentication method: password
  115. user@xxx.com's password:
Add Comment
Please, Sign In to add comment