From 32325db86deaba5829fe7ec63fe49c960edd90e8 Mon Sep 17 00:00:00 2001 From: Dawud <7688823+technowhizz@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:11:15 +0000 Subject: [PATCH] Update openssh package Updates the OpenSSH package to avoid hitting an OpenSSL version mismatch --- a-seed-from-nothing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a-seed-from-nothing.sh b/a-seed-from-nothing.sh index abdea88..18ac408 100644 --- a/a-seed-from-nothing.sh +++ b/a-seed-from-nothing.sh @@ -28,7 +28,7 @@ if type apt; then sudo apt update sudo apt install -y git tmux lvm2 iptables else - sudo dnf install -y git tmux lvm2 patch + sudo dnf install -y git tmux lvm2 patch openssh fi # Work around connectivity issues seen while configuring this node as seed