allow sftp
This commit is contained in:
parent
73e31ca37c
commit
c181069544
3 changed files with 11 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue