changed ssh daemon restart

This commit is contained in:
Radar231 2023-05-21 22:07:45 -04:00
parent bac4153740
commit 245d19143f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ apt -y install openssh-server
apt -y install python3
echo "PermitRootLogin prohibit-password" >>/etc/ssh/sshd_config
systemctl restart sshd
systemctl restart ssh
mkdir /root/.ssh
chmod 700 /root/.ssh