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