Autossh Multiple Tunnels

Hi,
Is it possible to have multiple tunnels configured in "/etc/config/autossh" or I have to write a script for that :weary:
I know for sure sshtunnel allow that but it doesn't support dynamic/socks tunnel
right?

Thanks

It's way too late, but for anyone who reaches here, I've tested the config below and it worked.
instead of using option ssh, use multiple list ssh's.

config autossh
    list ssh '<your first ssh config>'
    list ssh '<your second ssh config>'
    option gatetime '0'
    option monitorport '0'
    option poll '600'
    option enabled '1'