What's new

SSHD configuration file location

gatorback

Senior Member
I am interested in SSH security configuration and would like to verify my router's settings.

http://inb4.se/blog/2015/01/26/SSH-Configuration-Checklist/

The article suggests checking the configuration file: /etc/ssh/sshd_config

I did see /etc/dropbear but no config file. Is there a file to config dropbear? If not, is there a command to display the configured options found in the article?
 
Those settings are specific to OpenSSH. Most of them don't apply or have no equivalent setting in dropbear (which is designed to be a basic sshd server for low resource devices).

You will have to dig through either the Dropbear man page or its source code to determine how its default security matches those recommendations.
 

Similar 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