removed password ssh

This commit is contained in:
Nickiel12 2023-05-10 16:34:06 -07:00
parent c558c72c4c
commit da0b6d524b

View file

@ -45,6 +45,7 @@
services = {
sshd.enable = true;
openssh.settings = {
passwordAuthentication = false;
PermitRootLogin = "no";
X11Forwarding = true;
};