
So It's needed to create an open port on this server, that can access the 'real' mysql Server behind this firewall. So I assume firewallhost is the host reachable from your Workbench. Not to clear, if we get your setup correct.
Default Schema: Equivalent to the SQL USE. MySQL Username: User name by which it will connect to MySQL, ie it has to be a valid user of MySQL and be authorized for connection from the tunnel. MySQL Server Port: connection port MySQL, generalemente is 3306. If the SSH and MySQL service is running on the same host, the eastbound value is localhost or 127.0.0.1, because once the connection through the tunnel is established, the MySQL service listens for requests from localhost (depending on the value set in the directive bind_adress MySQL). MySQL Hostname: The address of the host on which MySQL is running the service, with respect to the SSH server. SSH Key File: A file containing the private key for authentication on the server if you have enabled PasswordAuthentication policy on the SSH server has the value no). #Cannot start ssh tunnel manager linux password
SSH Password: User password in the SSH server (if configured mode password authentication). SSH Username: username in the SSH server. SSH Hostname: the address of the server that makes SSH tunnel (SSH server and MySQL can be the same host or the same network address, this will depend on the configuration). Values for the SSH server that provides the tunnel: Create a new connection and choose the connection method Standard TCP / IP over SSH.