forked from M-Labs/it-infra
rpi: allow client-specified SSH bind
This commit is contained in:
parent
ed42476712
commit
374e1fff24
|
@ -36,6 +36,7 @@ in
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.openssh.passwordAuthentication = false;
|
services.openssh.passwordAuthentication = false;
|
||||||
|
services.openssh.gatewayPorts = "clientspecified";
|
||||||
services.openssh.extraConfig =
|
services.openssh.extraConfig =
|
||||||
''
|
''
|
||||||
StreamLocalBindUnlink yes
|
StreamLocalBindUnlink yes
|
||||||
|
|
Loading…
Reference in New Issue