Last active
November 18, 2018 06:48
-
-
Save arjunkori/fc48d7dec92683299efabcded39e3bcd to your computer and use it in GitHub Desktop.
How to secue OpenSSH --OpenSSH S/KEY Authentication Account Enumeration
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
sudo vi /etc/ssh/sshd_config | |
ChallengeResponseAuthentication yes | |
AllowTcpForwarding no | |
Then | |
quite vim | |
:wq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment