Advertisement
jredmond

Working SSH into Force10 Example

May 24th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.50 KB | None | 0 0
  1. $ ssh admin@10.1.1.1 -vv
  2. OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  5. debug2: ssh_connect: needpriv 0
  6. debug1: Connecting to 10.1.1.1 [10.1.1.1] port 22.
  7. debug1: Connection established.
  8. debug1: identity file /home/user/.ssh/id_rsa type 1
  9. debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
  10. debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
  11. debug1: identity file /home/user/.ssh/id_rsa-cert type -1
  12. debug1: identity file /home/user/.ssh/id_dsa type -1
  13. debug1: identity file /home/user/.ssh/id_dsa-cert type -1
  14. debug1: identity file /home/user/.ssh/id_ecdsa type 3
  15. debug1: Checking blacklist file /usr/share/ssh/blacklist.ECDSA-256
  16. debug1: Checking blacklist file /etc/ssh/blacklist.ECDSA-256
  17. debug1: identity file /home/user/.ssh/id_ecdsa-cert type -1
  18. debug1: Remote protocol version 2.0, remote software version SSH_v2.0@force10networks.com
  19. debug1: no match: SSH_v2.0@force10networks.com
  20. debug1: Enabling compatibility mode for protocol 2.0
  21. debug1: Local version string SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1
  22. debug2: fd 3 setting O_NONBLOCK
  23. debug1: SSH2_MSG_KEXINIT sent
  24. debug1: SSH2_MSG_KEXINIT received
  25. debug2: kex_parse_kexinit: 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
  26. debug2: kex_parse_kexinit: ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com,ssh-dss-cert-v00@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-dss
  27. debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
  28. debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
  29. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  30. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
  31. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  32. debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
  33. debug2: kex_parse_kexinit:
  34. debug2: kex_parse_kexinit:
  35. debug2: kex_parse_kexinit: first_kex_follows 0
  36. debug2: kex_parse_kexinit: reserved 0
  37. debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  38. debug2: kex_parse_kexinit: ssh-rsa
  39. debug2: kex_parse_kexinit: 3des-cbc
  40. debug2: kex_parse_kexinit: 3des-cbc
  41. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-sha1-96,hmac-md5-96
  42. debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-sha1-96,hmac-md5-96
  43. debug2: kex_parse_kexinit: none
  44. debug2: kex_parse_kexinit: none
  45. debug2: kex_parse_kexinit:
  46. debug2: kex_parse_kexinit:
  47. debug2: kex_parse_kexinit: first_kex_follows 0
  48. debug2: kex_parse_kexinit: reserved 0
  49. debug2: mac_setup: found hmac-md5
  50. debug1: kex: server->client 3des-cbc hmac-md5 none
  51. debug2: mac_setup: found hmac-md5
  52. debug1: kex: client->server 3des-cbc hmac-md5 none
  53. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<2048<8192) sent
  54. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  55. debug2: dh_gen_key: priv key bits set: 184/384
  56. debug2: bits set: 1015/2048
  57. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  58. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  59. debug1: Server host key: RSA 78:79:a8:21:f6:70:53:a3:11:41:9d:24:61:f4:61:6b
  60. debug1: Host '10.1.1.1' is known and matches the RSA host key.
  61. debug1: Found key in /home/user/.ssh/known_hosts:106
  62. debug2: bits set: 1020/2048
  63. debug1: ssh_rsa_verify: signature correct
  64. debug2: kex_derive_keys
  65. debug2: set_newkeys: mode 1
  66. debug1: SSH2_MSG_NEWKEYS sent
  67. debug1: expecting SSH2_MSG_NEWKEYS
  68. debug2: set_newkeys: mode 0
  69. debug1: SSH2_MSG_NEWKEYS received
  70. debug1: Roaming not allowed by server
  71. debug1: SSH2_MSG_SERVICE_REQUEST sent
  72. debug2: service_accept: ssh-userauth
  73. debug1: SSH2_MSG_SERVICE_ACCEPT received
  74. debug2: key: /home/user/.ssh/id_rsa (0x7f0922e00fb0)
  75. debug2: key: /home/user/.ssh/id_dsa ((nil))
  76. debug2: key: /home/user/.ssh/id_ecdsa (0x7f0922e00ff0)
  77. debug1: Authentications that can continue: password
  78. debug1: Next authentication method: password
  79. admin@10.1.1.1's password:
  80. debug2: we sent a password packet, wait for reply
  81. debug1: Authentication succeeded (password).
  82. Authenticated to 10.1.1.1 ([10.1.1.1]:22).
  83. debug1: channel 0: new [client-session]
  84. debug2: channel 0: send open
  85. debug1: Entering interactive session.
  86. debug2: callback start
  87. debug2: client_session2_setup: id 0
  88. debug2: fd 3 setting TCP_NODELAY
  89. debug2: channel 0: request pty-req confirm 1
  90. debug1: Sending environment.
  91. debug1: Sending env LANG = en_AU.UTF-8
  92. debug2: channel 0: request env confirm 0
  93. debug2: channel 0: request shell confirm 1
  94. debug2: callback done
  95. debug2: channel 0: open confirm rwindow 0 rmax 32768
  96. debug2: channel_input_status_confirm: type 99 id 0
  97. debug2: PTY allocation request accepted on channel 0
  98. debug2: channel 0: rcvd adjust 131072
  99. debug2: channel_input_status_confirm: type 99 id 0
  100. debug2: shell request accepted on channel 0
  101. e600i>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement