Guest User

Untitled

a guest
Feb 1st, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. SSH Hostname: [ip of my google cloud server]
  2. SSH Username: [username used in putty ssh]
  3. SSH Key File: [same ssh-rsa ppk file I use in putty]
  4. MySQL Hostname: 127.0.0.1
  5. MySQL Server Port: 3306 Username: [mysql user that works from putty]
  6. Password: [mysql password that works from putty]
  7.  
  8. 09:43:57 [INF][ SSH tunnel]: Existing SSH tunnel not found, opening new one
  9. 09:43:57 [INF][ SSH tunnel]: Opening SSH tunnel to 104.197.xxx.xxx
  10. 09:43:57 [ERR][sshtunnel.py:notify_exception_error:235]: Traceback (most recent call last):
  11. File "C:Program FilesMySQLMySQL Workbench 6.3 CEsshtunnel.py", line 303, in _connect_ssh
  12. look_for_keys=has_key, allow_agent=has_key, timeout=SSH_CONNECTION_TIMEOUT)
  13. File "C:Program FilesMySQLMySQL Workbench 6.3 CE/python/site-packagesparamikoclient.py", line 367, in connect
  14. look_for_keys, gss_auth, gss_kex, gss_deleg_creds, gss_host)
  15. File "C:Program FilesMySQLMySQL Workbench 6.3 CE/python/site-packagesparamikoclient.py", line 584, in _auth
  16. raise saved_exception
  17. AuthenticationException: Authentication failed.
  18. 09:43:58 [ERR][ SSH tunnel]: Authentication error opening SSH tunnel: Authentication error. Please check that your username and password are correct and try again.
  19. Details (Original exception message):
  20. Authentication failed, please check credentials.
  21. Please refer to logs for details
  22. 09:43:59 [INF][ WBContext]: Connection to go-xv01 cancelled by user: Tunnel connection cancelled
Add Comment
Please, Sign In to add comment