From 21c5882205bff89c76965598580504fcde61426f Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 3 Oct 2024 14:31:07 +0000 Subject: [PATCH] Don't take my sshd away! Signed-off-by: Martyn Ranyard --- apps-kustomized/ssher/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps-kustomized/ssher/deploy.yaml b/apps-kustomized/ssher/deploy.yaml index 427ef20..17de7a1 100644 --- a/apps-kustomized/ssher/deploy.yaml +++ b/apps-kustomized/ssher/deploy.yaml @@ -29,7 +29,7 @@ spec: - command: - /bin/sh - -c - - sleep 99999999 + - /usr/sbin/sshd -D image: git.martyn.berlin/martyn/fat-ssh:latest imagePullPolicy: Always name: debian