Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve SSHD config to use more secure settings (sonic-net#17798)
Improve SSHD config to use more secure settings Why I did it According to Sonic OS review result, SSHD config file /etc/ssh/sshd_config using insecure settings. Work item tracking Microsoft ADO: 15022083 How I did it Change build_debian.sh script to set following settings to /etc/ssh/sshd_config: ClientAliveInterval is set to 300 MaxAuthTries is set to default of 3 Banner set to /etc/issue How to verify it Pass all E2E test case.
- Loading branch information