Guest User

Untitled

a guest
Apr 27th, 2016
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. router#ssh 1.2.3.4
  2. [Connection to 1.2.3.4 aborted: error status 0]
  3.  
  4. SSH2 CLIENT 0: Server has chosen 2056 -bit dh keys
  5. %SSH-3-INV_MOD: Invalid modulus length
  6.  
  7. SSH2 CLIENT 0: Server has chosen 2056 -bit dh keys
  8. %SSH-3-INV_MOD: Invalid modulus length
  9. %SSH-3-DH_RANGE_FAIL: Client DH key range mismatch with maximum configured DH key on server
  10.  
  11. SSH Enabled - version 2.0
  12. Authentication timeout: 120 secs; Authentication retries: 3
  13. Minimum expected Diffie Hellman key size : 1024 bits
  14. IOS Keys in SECSH format(ssh-rsa, base64 encoded):
  15. ssh-rsa keystringgoeshere
  16.  
  17. SSH Server enabled. Port: 22
  18. RSA key was generated.
  19. DSA(DSS) key was generated.
  20. SSH Public Key Authentication is disabled.
  21.  
  22. router#ssh 5.6.7.8
  23. Password:
  24. [Connection to 5.6.7.8 aborted: error status 0]
  25.  
  26. SSH2 CLIENT 0: Channel open failed, reason = 1752134516
  27.  
  28. SSH Enabled - version 2.0
  29. Authentication methods:publickey,keyboard-interactive,password
  30. Encryption Algorithms:aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc
  31. MAC Algorithms:hmac-sha1,hmac-sha1-96
  32. Authentication timeout: 120 secs; Authentication retries: 3
  33. Minimum expected Diffie Hellman key size : 1024 bits
  34. IOS Keys in SECSH format(ssh-rsa, base64 encoded):
  35. ssh-rsa keystringgoeshere
  36.  
  37. SSH Server enabled. Port: 22
  38. Protocol Levels: Versions 1 and 2.
  39. SSH Connections Currently in Use: ............. 1
  40. Maximum number of SSH Sessions Allowed: ....... 5
  41. SSH Session Timeout: .......................... 600
  42. RSA key was generated.
  43. DSA key was generated.
  44. SSH Public Key Authentication is disabled.
Advertisement
Add Comment
Please, Sign In to add comment