Guest User

Untitled

a guest
Jun 28th, 2016
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. ssh xxxx@xxxxxxx
  2.  
  3. Unable to negotiate with xxx.xxx.xxx.xxx port 22: no matching host key type found. Their offer: ssh-dss
  4.  
  5. ssh xxxx@xxxxxxx -G
  6.  
  7. user xxxx
  8. hostname xxxxxxx
  9. port 22
  10. addressfamily any
  11. batchmode no
  12. canonicalizefallbacklocal yes
  13. canonicalizehostname false
  14. challengeresponseauthentication yes
  15. checkhostip yes
  16. compression no
  17. controlmaster false
  18. enablesshkeysign no
  19. exitonforwardfailure no
  20. fingerprinthash SHA256
  21. forwardagent no
  22. forwardx11 no
  23. forwardx11trusted yes
  24. gatewayports no
  25. gssapiauthentication yes
  26. gssapidelegatecredentials no
  27. hashknownhosts yes
  28. hostbasedauthentication no
  29. identitiesonly no
  30. kbdinteractiveauthentication yes
  31. nohostauthenticationforlocalhost no
  32. passwordauthentication yes
  33. permitlocalcommand no
  34. protocol 2
  35. proxyusefdpass no
  36. pubkeyauthentication yes
  37. requesttty auto
  38. rhostsrsaauthentication no
  39. rsaauthentication yes
  40. streamlocalbindunlink no
  41. stricthostkeychecking ask
  42. tcpkeepalive yes
  43. tunnel false
  44. useprivilegedport no
  45. verifyhostkeydns false
  46. visualhostkey no
  47. updatehostkeys false
  48. canonicalizemaxdots 1
  49. compressionlevel 6
  50. connectionattempts 1
  51. forwardx11timeout 1200
  52. numberofpasswordprompts 3
  53. serveralivecountmax 3
  54. serveraliveinterval 0
  55. ciphers chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc
  56. hostkeyalgorithms ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
  57. hostbasedkeytypes ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
  58. kexalgorithms 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
  59. loglevel INFO
  60. macs 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
  61. pubkeyacceptedkeytypes ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
  62. xauthlocation /usr/bin/xauth
  63. identityfile ~/.ssh/id_rsa
  64. identityfile ~/.ssh/id_dsa
  65. identityfile ~/.ssh/id_ecdsa
  66. identityfile ~/.ssh/id_ed25519
  67. canonicaldomains
  68. globalknownhostsfile /etc/ssh/ssh_known_hosts /etc/ssh/ssh_known_hosts2
  69. userknownhostsfile ~/.ssh/known_hosts ~/.ssh/known_hosts2
  70. sendenv LANG
  71. sendenv LC_*
  72. connecttimeout none
  73. tunneldevice any:any
  74. controlpersist no
  75. escapechar ~
  76. ipqos lowdelay throughput
  77. rekeylimit 0 0
  78. streamlocalbindmask 0177
  79.  
  80. # http://www.openssh.com/legacy.html
  81. Host xxxxxxx
  82. HostkeyAlgorithms +ssh-dss
Add Comment
Please, Sign In to add comment