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:
parent
3050a85e6e
commit
e96e3f6a3a
16 changed files with 24 additions and 191 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue