mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 22:33:00 -04:00
9 lines
537 B
Markdown
9 lines
537 B
Markdown
# THIS MOD HAS BEEN DEPRECATED - openssh-client is now included in the openssh-server image
|
|
|
|
# OpenSSH-Client - Docker mod for openssh-server
|
|
|
|
This mod adds openssh-client to openssh-server, to be installed/updated during container start.
|
|
|
|
In openssh-server docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:openssh-server-openssh-client`
|
|
|
|
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:openssh-server-openssh-client|linuxserver/mods:openssh-server-mod2` |