Multiple SSH Tunnels
ssh -L :: -L :: @
Thankfully, the ssh command allows you to specify multiple tunnels through the same server in one command.
Remeber if you want a priviliged port on your machine, you must use root or sudo account.
Sample Output
ssh -L 5432:one.securedomain:5432 -L 8083:tunnel.trusteddomain:80 user@tunnel.trusteddomain