add ssh pub key

This commit is contained in:
2025-04-09 02:19:12 -07:00
parent 7c1253eeb5
commit d93dd8a14e

View File

@@ -176,11 +176,14 @@
AllowUsers = [ "rogueking" ];
UseDns = true;
X11Forwarding = false;
PermitRootLogin = "no";
PermitRootLogin = "no";
MaxAuthTries = "20";
};
};
users.users."rogueking".openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINXqriPZVIuduc/J7GS1mD171LL0gIbgEjlImsxedWVX"
];
# List packages installed in system profile. To search, run:
# $ nix search wget