From 65e7362c29ba346229a9dca18e5c42ec03037431 Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 17 Aug 2022 12:02:05 -0400 Subject: [PATCH] deprecate --- README.md | 2 ++ root/etc/cont-init.d/98-openssh-client | 18 ++++++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2dcdc6..ee00d82 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/root/etc/cont-init.d/98-openssh-client b/root/etc/cont-init.d/98-openssh-client index 72dbb89..cd20744 100644 --- a/root/etc/cont-init.d/98-openssh-client +++ b/root/etc/cont-init.d/98-openssh-client @@ -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 **** +**** **** +**** **** +************************************************************************** +************************************************************************** +************************************************************************** +'