summaryrefslogtreecommitdiffstats
path: root/docker/root/etc/s6/openssh/setup
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add support for extra sshd_config parameters via 'Include' file (#19842)Thomas Andrade2022-05-311-0/+1
| | | Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Configure OpenSSH log level via Environment in Docker (#19274)Gusted2022-03-311-0/+1
| | | Introduce a new environment variable: SSH_LOG_LEVEL
* Fix bug due to missing MaxStartups and MaxSessions (#16046)zeripath2021-06-011-0/+2
| | | | | | | | | | Unforunately #16009 makes these settings mandatory. This PR uses the same technique as used for the certificates to make these settings non-mandatory. Fix #16044 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de>
* Only offer hostcertificates if they exist (#15849)zeripath2021-05-131-0/+20
| | | | | | | | | | | | | | | | | 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>
* Fix #8453 by making openssh listen on SSH_LISTEN_PORT not SSH_PORT (#8477)zeripath2019-10-121-0/+1
|
* Implement the ability to change the ssh port to match what is in the gitea ↵Christopher Thomas2019-07-061-0/+7
| | | | | | | | | config (#7286) * - rearrange the templates to make it more logical because now ssh_config is a template - implemented the updating of the port to the same as the port sent to the gitea config * change the filename back
* [docker] drop the docker Makefile from the image (#6507)Jakob Ackermann2019-05-051-0/+29