feat(servers): allow only connections from heimdall.
This commit is contained in:
parent
f303440eb1
commit
e88bccf101
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue