I want to forward multiple ports. So far my configuration looks like this:
Host myhost Hostname 123.123.123.123 IdentityFile ~/.ssh/id_myhost LocalForward 8811 localhost:8811 IdentitiesOnly yes I would like to forward port 6006 in addition to 8811.