As configurações antes do primeiro host
se aplicam a todas as conexões
LocalForward 3311 localhost:3306
# myvm.hosting.com is a real existing domain
Host myvm.hosting.com
# tunnel to mysql
# example.com is a real existing domain
Host example.com
User myuser
HostName myvm.hosting.com
# example.org is a real existing domain
Host example.org
User myuser
HostName myvm.hosting.com