I use ssh -D 12345 [email protected] to set up dynamic port forwarding via host somewhere.com. I want to switch to using autossh to daemonize the thing and to make sure I don't need to manually monitor it.
I installed the autossh package (on my Linux Mint 18.1), but I don't quite understand what I'm supposed to do. Why aren't there any configuration/defaults files under /etc/? Where's the service which starts autossh tunnles? Do I need to do all of that manually?