Advertisement
Guest User

Untitled

a guest
Sep 11th, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. Host *.eqiad.wmflabs
  2. ProxyCommand ssh -a -W %h:%p -v nettrom@primary.bastion.wmflabs.org
  3. Host *.wmflabs
  4. User nettrom
  5. IdentityFile %d/.ssh/wmcloud
  6. ServerAliveInterval 60
  7. Host * !gerrit.wikimedia.org
  8. Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
  9. KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
  10.  
  11. ssh -v suggestbot-prod.suggestbot.eqiad.wmflabs
  12. OpenSSH_7.4p1, LibreSSL 2.5.0
  13. debug1: Reading configuration data /Users/morten/.ssh/config
  14. debug1: /Users/morten/.ssh/config line 2: Applying options for *
  15. debug1: /Users/morten/.ssh/config line 3: Deprecated option "useroaming"
  16. debug1: /Users/morten/.ssh/config line 5: Applying options for *.eqiad.wmflabs
  17. debug1: /Users/morten/.ssh/config line 7: Applying options for *.wmflabs
  18. debug1: /Users/morten/.ssh/config line 10: Applying options for *
  19. debug1: Reading configuration data /etc/ssh/ssh_config
  20. debug1: Executing proxy command: exec ssh -a -W suggestbot-prod.suggestbot.eqiad.wmflabs:22 -v nettrom@primary.bastion.wmflabs.org
  21. debug1: identity file /Users/morten/.ssh/wmcloud type 1
  22. debug1: key_load_public: No such file or directory
  23. debug1: identity file /Users/morten/.ssh/wmcloud-cert type -1
  24. debug1: Enabling compatibility mode for protocol 2.0
  25. debug1: Local version string SSH-2.0-OpenSSH_7.4
  26. debug1: permanently_drop_suid: 501
  27. OpenSSH_7.4p1, LibreSSL 2.5.0
  28. debug1: Reading configuration data /Users/morten/.ssh/config
  29. debug1: /Users/morten/.ssh/config line 2: Applying options for *
  30. debug1: /Users/morten/.ssh/config line 3: Deprecated option "useroaming"
  31. debug1: /Users/morten/.ssh/config line 10: Applying options for *
  32. debug1: Reading configuration data /etc/ssh/ssh_config
  33. debug1: Connecting to primary.bastion.wmflabs.org [208.80.155.129] port 22.
  34. debug1: Connection established.
  35. debug1: key_load_public: No such file or directory
  36. debug1: identity file /Users/morten/.ssh/id_rsa type -1
  37. debug1: key_load_public: No such file or directory
  38. debug1: identity file /Users/morten/.ssh/id_rsa-cert type -1
  39. debug1: key_load_public: No such file or directory
  40. debug1: identity file /Users/morten/.ssh/id_dsa type -1
  41. debug1: key_load_public: No such file or directory
  42. debug1: identity file /Users/morten/.ssh/id_dsa-cert type -1
  43. debug1: key_load_public: No such file or directory
  44. debug1: identity file /Users/morten/.ssh/id_ecdsa type -1
  45. debug1: key_load_public: No such file or directory
  46. debug1: identity file /Users/morten/.ssh/id_ecdsa-cert type -1
  47. debug1: key_load_public: No such file or directory
  48. debug1: identity file /Users/morten/.ssh/id_ed25519 type -1
  49. debug1: key_load_public: No such file or directory
  50. debug1: identity file /Users/morten/.ssh/id_ed25519-cert type -1
  51. debug1: Enabling compatibility mode for protocol 2.0
  52. debug1: Local version string SSH-2.0-OpenSSH_7.4
  53. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.7p1 Debian-5+deb8u1
  54. debug1: match: OpenSSH_6.7p1 Debian-5+deb8u1 pat OpenSSH* compat 0x04000000
  55. debug1: Authenticating to primary.bastion.wmflabs.org:22 as 'nettrom'
  56. debug1: SSH2_MSG_KEXINIT sent
  57. debug1: SSH2_MSG_KEXINIT received
  58. debug1: kex: algorithm: curve25519-sha256@libssh.org
  59. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  60. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  61. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  62. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  63. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:s+xuLo91PcVIFcFdxPQC7IXgJ2nYxaXcqa7bKE7/ufA
  64. debug1: Host 'primary.bastion.wmflabs.org' is known and matches the ECDSA host key.
  65. debug1: Found key in /Users/morten/.ssh/known_hosts:85
  66. debug1: rekey after 134217728 blocks
  67. debug1: SSH2_MSG_NEWKEYS sent
  68. debug1: expecting SSH2_MSG_NEWKEYS
  69. debug1: SSH2_MSG_NEWKEYS received
  70. debug1: rekey after 134217728 blocks
  71. debug1: SSH2_MSG_SERVICE_ACCEPT received
  72. debug1: Authentications that can continue: publickey
  73. debug1: Next authentication method: publickey
  74. debug1: Trying private key: /Users/morten/.ssh/id_rsa
  75. debug1: Trying private key: /Users/morten/.ssh/id_dsa
  76. debug1: Trying private key: /Users/morten/.ssh/id_ecdsa
  77. debug1: Trying private key: /Users/morten/.ssh/id_ed25519
  78. debug1: No more authentication methods to try.
  79. Permission denied (publickey).
  80. ssh_exchange_identification: Connection closed by remote host
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement