Jsitech / JShielder

Hardening Script for Linux Servers/ Secure LAMP-LEMP Deployer/ CIS Benchmark
GNU General Public License v3.0
753 stars 241 forks source link

ServerKeyBits #7

Closed mehoppe closed 6 years ago

mehoppe commented 6 years ago

You may wish to increase the ServerKeyBits in sshd_config-CIS to 1024, from 768.

Jsitech commented 6 years ago

The sshd_config will be updated since some options, including ServerkeyBits applies to Protocol version 1. On our Current config we are forcing the use of Protocol 2. New config file for ssh will be available soon.

mehoppe commented 6 years ago

Thanks for sharing your work. I just started learning about CIS hardening and have been using this as a resource to learn what bricks my system the best :).