mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/scripts.git
synced 2025-10-04 15:11:07 +08:00
7 lines
156 B
Bash
Executable file
7 lines
156 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sed -i 's/#?PasswordAuthentication.*/PasswordAuthentication no/' /etc/ssh/sshd_config
|
|
systemctl restart sshd
|
|
|
|
apt update
|
|
apt install -y fail2ban
|