mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-21 04:43:29 +08:00
Merge pull request #449 from linuxserver/openssh-server-openssh-client-deprecate
deprecate openssh-client
This commit is contained in:
commit
e1e1ba8fa3
@ -1,3 +1,5 @@
|
||||
# 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.
|
||||
|
||||
@ -1,4 +1,18 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
echo "**** installing openssh-client ****"
|
||||
apk add --no-cache openssh-client
|
||||
echo '
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
**** ****
|
||||
**** ****
|
||||
**** openssh-server-openssh-client mod has been deprecated ****
|
||||
**** ****
|
||||
**** ****
|
||||
**** openssh-client is now included in the main image ****
|
||||
**** ****
|
||||
**** ****
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user