Created
July 2, 2024 04:15
-
-
Save clonn/3ccad622c46b3a6592ddc11ac9493301 to your computer and use it in GitHub Desktop.
cve-2024-6387 openssh ubuntu bugs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# edit ssh config | |
sudo vim /etc/ssh/sshd_config | |
LoginGraceTime 0 | |
# restart ssh | |
sudo service ssh restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment