rpi: allow client-specified SSH bind

pull/11/head
Sebastien Bourdeauducq 2021-01-28 16:05:15 +08:00
parent ed42476712
commit 374e1fff24
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ in
services.openssh.enable = true;
services.openssh.passwordAuthentication = false;
services.openssh.gatewayPorts = "clientspecified";
services.openssh.extraConfig =
''
StreamLocalBindUnlink yes