jtesta / ssh-audit

SSH server & client security auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)
MIT License
3.41k stars 176 forks source link

Add guide for FreeBSD Server/Client #189

Closed jlduran closed 1 year ago

jlduran commented 1 year ago

https://github.com/jtesta/ssh-audit/wiki/FreeBSD-OpenSSH-Hardening-Guides

Obtained from: https://github.com/bsdlabs/ssh-hardening

jtesta commented 1 year ago

@jlduran : Thanks for submitting this! What version of FreeBSD does this apply to?

jlduran commented 1 year ago

@jlduran : Thanks for submitting this! What version of FreeBSD does this apply to?

It should apply to all supported FreeBSD releases, we also test against a recent-ish (1-2 weeks old depending on GCE) stable/current branch.

jtesta commented 1 year ago

Ok. What specific versions did you test against? I'd prefer putting the exact version numbers into the guides, that way users in the future can see if the instructions are stale.

jlduran commented 1 year ago

Ok. What specific versions did you test against? I'd prefer putting the exact version numbers into the guides, that way users in the future can see if the instructions are stale.

Absolutely:

jtesta commented 1 year ago

I added the wiki link to https://www.sshaudit.com/hardening_guides.html. Thanks for writing the guide!