From 3bd11da8076b211793bfa93453ac55be19f1cbcf Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 30 Jun 2022 13:27:39 -0400 Subject: [PATCH] Remove extraneous line from setupssh.sh --- misc/setupssh.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/setupssh.sh b/misc/setupssh.sh index 7ac31040..3fdf0ef5 100644 --- a/misc/setupssh.sh +++ b/misc/setupssh.sh @@ -2,7 +2,6 @@ [ -f /etc/confluent/functions ] && . /etc/confluent/functions [ -f /opt/confluent/bin/apiclient ] && confapiclient=/opt/confluent/bin/apiclient [ -f /etc/confluent/apiclient ] && confapiclient=/etc/confluent/apiclient -nodename=$(grep ^NODENAME: /etc/confluent.info|awk '{print $NF}') for pubkey in /etc/ssh/ssh_host*key.pub; do certfile=${pubkey/.pub/-cert.pub} rm $certfile