mise au point enonce, ssh root ok depuis alpine

This commit is contained in:
2020-10-05 11:35:06 +02:00
parent bf5909d890
commit a74c3d2d29
2 changed files with 2 additions and 3 deletions

View File

@@ -13,8 +13,7 @@ sudo vim /etc/ssh/sshd_config
...
PermitRootLogin without-password
...
AllowGroups wheel root
AllowUsers root@100.0.0.1
AllowUsers root@100.0.0.1 epsi
PasswordAuthentication no
sudo systemctl restart sshd