From e108d17a9137f7ca7728f5515612c3353ffcec65 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 1 Feb 2025 17:52:18 -0600 Subject: [PATCH] Remove SSH Known Hosts command config This has not been necessary for quite some time, as the SSH host key database is managed as a ConfigMap now. --- Containerfile | 1 - known-hosts-command.ssh.conf | 1 - 2 files changed, 2 deletions(-) delete mode 100644 known-hosts-command.ssh.conf diff --git a/Containerfile b/Containerfile index 3bb9454..f4a22fe 100644 --- a/Containerfile +++ b/Containerfile @@ -3,6 +3,5 @@ FROM registry.fedoraproject.org/fedora:latest RUN groupadd -g 1000 jenkins \ && useradd -c 'Jenkins user' -g 1000 -l -M -s /bin/sh -u 1000 jenkins -COPY known-hosts-command.ssh.conf /etc/ssh/ssh_config.d/10-known-hosts-command.conf CMD ["python3", "-c", "import signal;signal.pause()"] diff --git a/known-hosts-command.ssh.conf b/known-hosts-command.ssh.conf deleted file mode 100644 index efb2772..0000000 --- a/known-hosts-command.ssh.conf +++ /dev/null @@ -1 +0,0 @@ -KnownHostsCommand /usr/bin/curl -sL https://files.pyrocufflink.blue/ssh_known_hosts