ssh: Allow proxy connections with gatewayPorts

pull/58/head
Tristan Daniël Maat 2022-10-10 13:01:26 +01:00
parent ed74cfa576
commit 58e52dd119
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@
permitRootLogin = "no";
ports = [ 2222 ];
startWhenNeeded = true;
gatewayPorts = "yes";
};
services.nginx = {