allow sftp

This commit is contained in:
Philipp Hochkamp 2022-04-13 14:40:30 +02:00
parent 73e31ca37c
commit c181069544
3 changed files with 11 additions and 3 deletions

View file

@ -12,7 +12,7 @@ in
security.sudo.execWheelOnly = true;
services.openssh = {
passwordAuthentication = false;
allowSFTP = false; # just use rsync, lol
allowSFTP = true; # just use rsync, lol
kbdInteractiveAuthentication = false;
extraConfig = ''
AllowTcpForwarding yes