forked from mirrors_public/oddlama_nix-config
chore: update sshd config to follow upstream renames
This commit is contained in:
parent
564907d987
commit
fa8c14607c
1 changed files with 5 additions and 3 deletions
|
@ -2,9 +2,11 @@
|
|||
services.sshd.enable = true;
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
passwordAuthentication = false;
|
||||
kbdInteractiveAuthentication = false;
|
||||
permitRootLogin = "yes";
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
PermitRootLogin = "yes";
|
||||
};
|
||||
hostKeys = [
|
||||
{
|
||||
path = "/etc/ssh/ssh_host_ed25519_key";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue