forgejo/openssh: listen on all interfaces

this doesn't help us with anything yet, but it does at least mean that
this openssh now also listens on IPv6, which it didn't before.

(reaching the container from the outside still does not work)
This commit is contained in:
stuebinm 2024-04-27 23:19:20 +02:00
parent f654b33a56
commit f9005dd4d0

View file

@ -67,10 +67,6 @@
};
services.openssh = {
enable = true;
listenAddresses = [ {
addr = config.containers.forgejo.localAddress;
port = 22;
} ];
settings = {
PasswordAuthentication = false;
AcceptEnv = "GIT_PROTOCOL";