ssh: Allow proxy connections with gatewayPorts
This commit is contained in:
parent
ed74cfa576
commit
58e52dd119
|
@ -56,6 +56,7 @@
|
|||
permitRootLogin = "no";
|
||||
ports = [ 2222 ];
|
||||
startWhenNeeded = true;
|
||||
gatewayPorts = "yes";
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
|
|
Loading…
Reference in a new issue