Enable SFTP.

This commit is contained in:
2023-06-30 11:47:30 +01:00
parent 66b931e64d
commit 1623c325b1

View File

@@ -1,7 +1,7 @@
{
services.openssh = {
enable = true;
allowSFTP = false;
allowSFTP = true;
settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;