sshd config changes
This commit is contained in:
parent
b69f3ca63b
commit
966828ba68
|
@ -6,8 +6,8 @@
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
KbdInteractiveAuthentication = lib.mkDefault false;
|
KbdInteractiveAuthentication = lib.mkDefault false;
|
||||||
StreamLocalBindUnlink = true;
|
StreamLocalBindUnlink = true;
|
||||||
|
KexAlgorithms = ["curve25519-sha256@libssh.org"];
|
||||||
LogLevel = "VERBOSE";
|
LogLevel = "VERBOSE";
|
||||||
};
|
};
|
||||||
kexAlgorithms = ["curve25519-sha256@libssh.org"];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue