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)
main
stuebinm 2024-04-27 23:19:20 +02:00
parent f654b33a56
commit f9005dd4d0
1 changed files with 0 additions and 4 deletions

View File

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