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:
parent
f654b33a56
commit
f9005dd4d0
1 changed files with 0 additions and 4 deletions
|
@ -67,10 +67,6 @@
|
||||||
};
|
};
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
listenAddresses = [ {
|
|
||||||
addr = config.containers.forgejo.localAddress;
|
|
||||||
port = 22;
|
|
||||||
} ];
|
|
||||||
settings = {
|
settings = {
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
AcceptEnv = "GIT_PROTOCOL";
|
AcceptEnv = "GIT_PROTOCOL";
|
||||||
|
|
Loading…
Reference in a new issue