I'm ussing this command to connect to my server and create a tunnel for MYSQL. Today I learn about ~/ssh/config and I want to know if it is possible to setup the port fordwarding in that file to able me to connect with an short name.
ssh admin@mydomain.com -L 3307:localhost:3306 -N -f