feat(servers): allow only connections from heimdall.

This commit is contained in:
CronyAkatsuki 2025-05-05 21:11:48 +02:00
parent f303440eb1
commit e88bccf101

View File

@ -2,7 +2,7 @@
services.openssh = {
enable = true;
settings = {
AllowUsers = ["root" "crony"];
AllowUsers = ["root@65.21.241.194" "root@172.16.0.2" "crony@65.21.241.194" "crony@172.16.0.2"];
X11Forwarding = false;
PasswordAuthentication = false;
};