Advertisement
Guest User

Untitled

a guest
Apr 9th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. Connection Name: TEST
  2. Connection Method: Standard TCP/IP over SSH
  3.  
  4. SSH Hostname: x.x.x.x:22
  5. SSH Username: root
  6. SSH Password: myRootPa$$word
  7. SSH Key File: <NOT-USING-KEYFILE>
  8.  
  9. MySQL Hostname: 127.0.0.1
  10. MySQL Server Port: 3306
  11. Username: root
  12. Password: myMySQLPa$$word
  13.  
  14. 7.8
  15.  
  16. +------------------+
  17. | version() |
  18. +------------------+
  19. | 5.5.40-0+wheezy1 |
  20. +------------------+
  21. 1 row in set (0.00 sec)
  22.  
  23. Port 22
  24. Protocol 2
  25. HostKey /etc/ssh/ssh_host_rsa_key
  26. HostKey /etc/ssh/ssh_host_dsa_key
  27. HostKey /etc/ssh/ssh_host_ecdsa_key
  28. UsePrivilegeSeparation yes
  29.  
  30. KeyRegenerationInterval 3600
  31. ServerKeyBits 768
  32. SyslogFacility AUTH
  33. LogLevel INFO
  34. LoginGraceTime 120
  35. PermitRootLogin yes
  36. StrictModes yes
  37. RSAAuthentication yes
  38. PubkeyAuthentication yes
  39.  
  40. IgnoreRhosts yes
  41. RhostsRSAAuthentication no
  42. HostbasedAuthentication no
  43. PermitEmptyPasswords no
  44. ChallengeResponseAuthentication no
  45.  
  46. X11Forwarding yes
  47. X11DisplayOffset 10
  48. PrintMotd no
  49. PrintLastLog yes
  50. TCPKeepAlive yes
  51.  
  52. AcceptEnv LANG LC_*
  53. Subsystem sftp /usr/lib/openssh/sftp-server
  54. UsePAM yes
  55.  
  56. 8.0
  57.  
  58. +-----------------+
  59. | version() |
  60. +-----------------+
  61. | 5.5.43-0+deb8u1 |
  62. +-----------------+
  63. 1 row in set (0.00 sec)
  64.  
  65. Port 22
  66. Protocol 2
  67. HostKey /etc/ssh/ssh_host_rsa_key
  68. HostKey /etc/ssh/ssh_host_dsa_key
  69. HostKey /etc/ssh/ssh_host_ecdsa_key
  70. HostKey /etc/ssh/ssh_host_ed25519_key
  71. UsePrivilegeSeparation yes
  72.  
  73. KeyRegenerationInterval 3600
  74. ServerKeyBits 1024
  75. SyslogFacility AUTH
  76. LogLevel INFO
  77. LoginGraceTime 120
  78. PermitRootLogin yes
  79. StrictModes yes
  80. RSAAuthentication yes
  81. PubkeyAuthentication yes
  82.  
  83. IgnoreRhosts yes
  84. RhostsRSAAuthentication no
  85. HostbasedAuthentication no
  86. PermitEmptyPasswords no
  87. ChallengeResponseAuthentication no
  88.  
  89. X11Forwarding yes
  90. X11DisplayOffset 10
  91. PrintMotd no
  92. PrintLastLog yes
  93. TCPKeepAlive yes
  94.  
  95. AcceptEnv LANG LC_*
  96. Subsystem sftp /usr/lib/openssh/sftp-server
  97. UsePAM yes
  98.  
  99. Could not connect the SSH Tunnel
  100. Authentication error, unhandled exception caught in tunnel manager, please refer to logs for details
  101.  
  102. 10:00:04 [INF][ SSH tunnel]: Starting tunnel
  103. 10:00:04 [INF][ SSH tunnel]: Existing SSH tunnel not found, opening new one
  104. 10:00:07 [INF][ SSH tunnel]: Opening SSH tunnel to 10.232.50.15:22
  105. 10:00:07 [WRN][sshtunnel.py:_connect_ssh:287]: IOError, probably caused by file C:UsersmyUserAppDataRoamingMySQLWorkbenchsshknown_hosts not found, the message was: [Errno 2] No such file or directory: u'C:\Users\myUser\AppData\Roaming\MySQL\Workbench\ssh\known_hosts'
  106. 10:00:07 [ERR][sshtunnel.py:notify_exception_error:233]: Traceback (most recent call last):
  107. File "C:Program FilesMySQLMySQL Workbench 6.3 CEsshtunnel.py", line 297, in _connect_ssh
  108. look_for_keys=has_key, allow_agent=has_key)
  109. File "C:Program FilesMySQLMySQL Workbench 6.3 CE/python/site-packagesparamikoclient.py", line 301, in connect
  110. t.start_client()
  111. File "C:Program FilesMySQLMySQL Workbench 6.3 CE/python/site-packagesparamikotransport.py", line 461, in start_client
  112. raise e
  113. SSHException: Incompatible ssh peer (no acceptable kex algorithm)
  114.  
  115. 10:00:07 [INF][ SSH tunnel]: TunnelManager.wait_connection authentication error: Authentication error, unhandled exception caught in tunnel manager, please refer to logs for details
  116. 10:00:07 [ERR][ SSH tunnel]: Authentication error opening SSH tunnel: Authentication error, unhandled exception caught in tunnel manager, please refer to logs for details
  117.  
  118. C:UsersmyUserAppDataRoamingMySQLWorkbench
  119.  
  120. root@debian:~# iptables -vnL
  121.  
  122. Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
  123. pkts bytes target prot opt in out source destination
  124.  
  125. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  126. pkts bytes target prot opt in out source destination
  127.  
  128. Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
  129. pkts bytes target prot opt in out source destination
  130.  
  131. Version 6.3.3.0 build 592 (64 bits)
  132. Version 6.0.9.11421 build 1170 (32 bits)
  133.  
  134. KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement