chore: move sops, disable root login
This commit is contained in:
parent
7a6d193181
commit
a37060825c
2 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue