diff --git a/SSH_brute_force/ssh_server_key.txt b/SSH_brute_force/ssh_server_key.txt new file mode 100644 index 0000000..aaca6a0 --- /dev/null +++ b/SSH_brute_force/ssh_server_key.txt @@ -0,0 +1,8 @@ +/etc/ssh/sshd_config + +PasswordAuthentication no +ChallengeResponseAuthentication no +UsePAM no +PermitRootLogin no + +sudo systemctl restart ssh \ No newline at end of file