From b4966141b5bc4e640a96dfd9c9b8f70044203151 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Fri, 7 Jun 2024 10:58:01 -0400 Subject: [PATCH] 21363: Update name of SSH service The SSH server service has always been named ssh.service (at least since Ubuntu 20.04). Some distros provide an sshd.service alias, but Ubuntu 24.04 does not, so don't use it. Note this makes the command consistent with jenkins-image-common.sh. Refs #21363. Arvados-DCO-1.1-Signed-off-by: Brett Smith --- jenkins/packer-images/jenkins-image-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/packer-images/jenkins-image-common.sh b/jenkins/packer-images/jenkins-image-common.sh index 9f3c461..a08f0bd 100755 --- a/jenkins/packer-images/jenkins-image-common.sh +++ b/jenkins/packer-images/jenkins-image-common.sh @@ -56,4 +56,4 @@ sudo mv /tmp/node-ready.sh /usr/local/bin/ # sshd so that the Jenkins agent can connect. This avoids the race where Jenkins # tries to start a job before the GCP outbound routing is working, and fails on # the first thing it needs internet for, the checkout from git.arvados.org -sudo /bin/systemctl disable sshd +sudo /bin/systemctl disable ssh -- 2.30.2