SSH config file example
Host example
     User user
     HostName example.com
     IdentityFile ~/.ssh/example.key
Host tunnel
     HostName database.example.com
     IdentityFile ~/.ssh/example.key
     LocalForward 3306 destination_address
     User user