no meu ~/.ssh/configeu gostaria de definir algo como isto # myvm.hosting.com is a real existing domain Host myvm.hosting.com # tunnel to mysql LocalForward 3311 localhost:3306 # example.com is a real existing domain Host example.com User myuser HostName myvm.hosting.com # example.org is a...