Merge pull request #449 from linuxserver/openssh-server-openssh-client-deprecate

deprecate openssh-client
This commit is contained in:
Eric Nemchik 2022-08-17 12:37:41 -05:00 committed by GitHub
commit e1e1ba8fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 2 deletions

View File

@ -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.

View File

@ -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 ****
**** ****
**** ****
**************************************************************************
**************************************************************************
**************************************************************************
'