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 = { settings = {
PasswordAuthentication = false; PasswordAuthentication = false;
PubkeyAuthentication = true; PubkeyAuthentication = true;
PermitRootLogin = "yes"; PermitRootLogin = "no";
StreamLocalBindUnlink = "yes"; StreamLocalBindUnlink = "yes";
GatewayPorts = "clientspecified"; GatewayPorts = "clientspecified";
}; };
hostKeys = [ hostKeys = [
{ {
path = "/etc/ssh/ssh_host_ed25519_key"; path = "/etc/ssh/ssh_host_ed25519_key";