ssh switch to key auth

This commit is contained in:
LarsZauberer 2024-04-28 22:01:11 +02:00
commit 1d8642fe8a

View file

@ -46,7 +46,7 @@
getty.autologinUser = "lars";
openssh = {
enable = true;
passwordAuthentication = true;
passwordAuthentication = false;
};
};
}