The sudo user was stupid. Provide a password protected key for the root user, have colmena go through that. As intended.

This commit is contained in:
Bun 2025-06-01 16:39:21 -04:00
parent e5abaafa8d
commit 90976edeec
4 changed files with 4 additions and 25 deletions

View file

@ -5,7 +5,6 @@
services.openssh = {
enable = true;
settings = {
AllowGroups = [ "users" ];
AuthenticationMethods = "publickey";
PermitEmptyPasswords = true;
PrintLastLog = "no";