What's new

Multiple SSHD ports

netcurious

New Around Here
Is there a way to configure the Dropbear SSHD server to listen on multiple ports?
I know Dropbear itself supports multiple instances, but the router Web UI does not seem to allow entering more than one port into the "SSH service port" field.
 
Is there a way to configure the Dropbear SSHD server to listen on multiple ports?
I know Dropbear itself supports multiple instances, but the router Web UI does not seem to allow entering more than one port into the "SSH service port" field.

Can't be done through the webui, you would have to configure dropbear + firewall rules manually.
 
Thanks, Merlin!

Would using postconf scripts be the best way to handle this?
I was unable to find the configuration file for dropbear. Would I simply launch another instance listening on a different port?
For "manual" editing of firewall rules, do I use a script to modify filter_rules directly?
 
Thanks, Merlin!

Would using postconf scripts be the best way to handle this?
I was unable to find the configuration file for dropbear. Would I simply launch another instance listening on a different port?
For "manual" editing of firewall rules, do I use a script to modify filter_rules directly?

I don't know if dropbear can be configured to listen on multiple ports at once, you will have to look up its documentation.

There is no config file, all options are provided through the command line at this time.
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top