jnovack / autossh

Heavily customizable AutoSSH Docker container
https://hub.docker.com/r/jnovack/autossh/
MIT License
180 stars 80 forks source link

Support for multiple ports #36

Open giorgi1324 opened 3 years ago

giorgi1324 commented 3 years ago

Hey Justin,

I find the container extremely useful, thanks so much for putting it together. I have one feature request - can you please add support for forwarding multiple ports via single instance of the container?

Currently, for every forwarded port I have to spin up a separate instance of the container. AutoSSH supports multiple ports out of the box so this will likely require just piping arguments to the binary correctly.

Thanks again!