chore: move sops, disable root login

This commit is contained in:
notohh 2023-04-26 20:04:16 -04:00
parent 7a6d193181
commit a37060825c
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 1 additions and 2 deletions

View file

@ -4,11 +4,10 @@
settings = {
PasswordAuthentication = false;
PubkeyAuthentication = true;
PermitRootLogin = "yes";
PermitRootLogin = "no";
StreamLocalBindUnlink = "yes";
GatewayPorts = "clientspecified";
};
hostKeys = [
{
path = "/etc/ssh/ssh_host_ed25519_key";