Customize sshd with sshd config.d (#525)

* Update OpenSSH server image version and add no penalties configuration

* Refactor SSH configuration paths and update test scripts for public key handling

* Update Docker Compose volumes to remove read-only flag for shared directory

* Remove end-to-end test files and related Docker configuration for CA public cert authentication
This commit is contained in:
Boshi Lian 2025-02-16 23:19:41 -08:00 committed by GitHub
parent 3050a85e6e
commit e96e3f6a3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 24 additions and 191 deletions

View file

@ -33,7 +33,7 @@ SSHPIPERD_DEBUG=1 docker-compose up --force-recreate --build -d
you will have two sshd:
* `host-password:2222`: a password only sshd server (user: `user`, password: `pass`)
* `host-publickey:2222`: a public key only sshd server (put your public key in `/sshconfig_publickey/.config/authorized_keys`)
* `host-publickey:2222`: a public key only sshd server (put your public key in `/publickey_authorized_keys/authorized_keys`)
more settings: <https://github.com/linuxserver/docker-openssh-server>