Well, time to live the dream I suppose.

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-10-03 14:15:20 +00:00
parent d5fbef5786
commit 039595d00f
1 changed files with 2 additions and 3 deletions

View File

@ -29,9 +29,8 @@ spec:
- command: - command:
- /bin/sh - /bin/sh
- -c - -c
- apt update && apt install -y openssh-server zsh && useradd -s /usr/bin/zsh - sleep 99999999
martyn && mkdir /run/sshd && chmod 755 /run/sshd && /usr/sbin/sshd -D image: git.martyn.berlin/martyn/fat-ssh:latest
image: debian:latest
imagePullPolicy: Always imagePullPolicy: Always
name: debian name: debian
terminationMessagePath: /dev/termination-log terminationMessagePath: /dev/termination-log