Skip to content

Conversation

@gbence
Copy link

@gbence gbence commented Sep 6, 2023

Including:

  • Make ${ALPINE_VERSION} configurable and use the currently available version (3.18.3) as default,
  • Make SSH port configurable (by @austinwellman)
  • Send SSH daemon's logs to STDOUT (by @501st-alpha1),
  • Disable password authentication (by @berga)
  • Refactor README (by @oppsig)
  • Improve SSH command handling (by @MrFreezeex)
  • Remove newlines from SSH_KEY if present (by @dduvnjak)
  • and add compose.yml to provide an easy way to setup things using Compose.

laoyc-aeroht and others added 12 commits August 29, 2023 18:17
As mentioned in jgiannuzzi#11, sshd tries to log to rsyslog, which isn't
installed in Alpine by default, so this lets the logs be sent to
standard out instead, where it can be managed by Docker.
Remove unnecessary documentation.
-   Setting up an 80-chars max line length in READMEs usually result in
    better readability, especially for shell script snippets which
    become fully visible.
- tweaks sshd_config even if the command is not `sshd`
- add custom option passing to `sshd`

Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
With this you don't have to manually restart the service after a full
Docker Server restart.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants