gitea/docker/root/etc/s6/openssh
zeripath 1bf46836da
Only offer hostcertificates if they exist (#15849) (#15853)
Backport #15849

A common bug report is the otherwise harmless sshd logging:

```
Could not load host certificate "/data/ssh/ssh_host_ed25519_cert": No such file or directory
```

This PR simply checks if these files exist before creation of sshd_config and if
they do not exist, doesn't add a reference to them.

Fix #14110 amongst others.

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Lauris BH <lauris@nix.lv>

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: 6543 <6543@obermui.de>
2021-05-13 11:12:41 -04:00
..
finish [docker] drop the docker Makefile from the image (#6507) 2019-05-05 22:49:32 -04:00
run Format files (#13698) 2020-11-28 01:12:22 -05:00
setup Only offer hostcertificates if they exist (#15849) (#15853) 2021-05-13 11:12:41 -04:00