Guest User

Untitled

a guest
Jun 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. # suddenly unable to use `git push` (?)
  2.  
  3. # from /home/jess/.ssh/config
  4. Host jeff
  5. user jcrockett
  6. HostName -----------.com
  7. IdentityFile /home/jess/.ssh/name_of_private_key
  8.  
  9.  
  10.  
  11. jess@home:~/Rails/support_system$ ssh -v git@--------------
  12. OpenSSH_5.1p1 Debian-5ubuntu1, OpenSSL 0.9.8g 19 Oct 2007
  13. debug1: Reading configuration data /home/jess/.ssh/config
  14. debug1: Reading configuration data /etc/ssh/ssh_config
  15. debug1: Applying options for *
  16. debug1: Connecting to ------------- [---------------] port 22.
  17. debug1: Connection established.
  18. debug1: identity file /home/jess/.ssh/identity type -1
  19. debug1: identity file /home/jess/.ssh/id_rsa type 1
  20. debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
  21. debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
  22. debug1: identity file /home/jess/.ssh/id_dsa type -1
  23. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-3ubuntu1
  24. debug1: match: OpenSSH_5.1p1 Debian-3ubuntu1 pat OpenSSH*
  25. debug1: Enabling compatibility mode for protocol 2.0
  26. debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-5ubuntu1
  27. debug1: SSH2_MSG_KEXINIT sent
  28. debug1: SSH2_MSG_KEXINIT received
  29. debug1: kex: server->client aes128-cbc hmac-md5 none
  30. debug1: kex: client->server aes128-cbc hmac-md5 none
  31. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  32. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  33. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  34. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  35. debug1: Host '98.204.216.154' is known and matches the RSA host key.
  36. debug1: Found key in /home/jess/.ssh/known_hosts:9
  37. debug1: ssh_rsa_verify: signature correct
  38. debug1: SSH2_MSG_NEWKEYS sent
  39. debug1: expecting SSH2_MSG_NEWKEYS
  40. debug1: SSH2_MSG_NEWKEYS received
  41. debug1: SSH2_MSG_SERVICE_REQUEST sent
  42. debug1: SSH2_MSG_SERVICE_ACCEPT received
  43. debug1: Authentications that can continue: publickey,password
  44. debug1: Next authentication method: publickey
  45. debug1: Offering public key: /home/jess/.ssh/id_rsa
  46. debug1: Authentications that can continue: publickey,password
  47. debug1: Offering public key: jess@home
  48. debug1: Authentications that can continue: publickey,password
  49. debug1: Offering public key: jess@home
  50. debug1: Authentications that can continue: publickey,password
  51. debug1: Offering public key: jess@home
  52. debug1: Authentications that can continue: publickey,password
  53. debug1: Offering public key: jess@home
  54. debug1: Authentications that can continue: publickey,password
  55. debug1: Offering public key: jess@home
  56. Received disconnect from ----------------: 2: Too many authentication failures for git
  57.  
  58.  
  59. jess@home:~/Rails/support_system$ ssh -v jcrockett@------------------
  60. OpenSSH_5.1p1 Debian-5ubuntu1, OpenSSL 0.9.8g 19 Oct 2007
  61. debug1: Reading configuration data /home/jess/.ssh/config
  62. debug1: Reading configuration data /etc/ssh/ssh_config
  63. debug1: Applying options for *
  64. debug1: Connecting to ------------------ [----------------] port 22.
  65. debug1: Connection established.
  66. debug1: identity file /home/jess/.ssh/identity type -1
  67. debug1: identity file /home/jess/.ssh/id_rsa type 1
  68. debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
  69. debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
  70. debug1: identity file /home/jess/.ssh/id_dsa type -1
  71. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-3ubuntu1
  72. debug1: match: OpenSSH_5.1p1 Debian-3ubuntu1 pat OpenSSH*
  73. debug1: Enabling compatibility mode for protocol 2.0
  74. debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-5ubuntu1
  75. debug1: SSH2_MSG_KEXINIT sent
  76. debug1: SSH2_MSG_KEXINIT received
  77. debug1: kex: server->client aes128-cbc hmac-md5 none
  78. debug1: kex: client->server aes128-cbc hmac-md5 none
  79. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  80. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  81. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  82. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  83. debug1: Host '-------------------' is known and matches the RSA host key.
  84. debug1: Found key in /home/jess/.ssh/known_hosts:9
  85. debug1: ssh_rsa_verify: signature correct
  86. debug1: SSH2_MSG_NEWKEYS sent
  87. debug1: expecting SSH2_MSG_NEWKEYS
  88. debug1: SSH2_MSG_NEWKEYS received
  89. debug1: SSH2_MSG_SERVICE_REQUEST sent
  90. debug1: SSH2_MSG_SERVICE_ACCEPT received
  91. debug1: Authentications that can continue: publickey,password
  92. debug1: Next authentication method: publickey
  93. debug1: Offering public key: /home/jess/.ssh/id_rsa
  94. debug1: Authentications that can continue: publickey,password
  95. debug1: Offering public key: jess@home
  96. debug1: Authentications that can continue: publickey,password
  97. debug1: Offering public key: jess@home
  98. debug1: Authentications that can continue: publickey,password
  99. debug1: Offering public key: jess@home
  100. debug1: Authentications that can continue: publickey,password
  101. debug1: Offering public key: jess@home
  102. debug1: Authentications that can continue: publickey,password
  103. debug1: Offering public key: jess@home
  104. Received disconnect from ---------------: 2: Too many authentication failures for jcrockett
Add Comment
Please, Sign In to add comment