Currently, I have this in my .ssh/config file:
Host some-host
HostName some-host.domain.com
User tinuva
ServerAliveInterval 30
ServerAliveCountMax 3
ExitOnForwardFailure yes
ForwardAgent yes
LocalForward 8192 some-other-server.domain.com:8192
I would like to be able to set this up via tunn. There isn't an example to show whether this is supported.