From e8ff290a2794d804c2e8d69b6b78779adc094931 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 19 Feb 2024 09:15:11 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index c92ab65a..6a9c9df8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1089,7 +1089,7 @@ SETUPSSH(){ ssh-copy-id root@${nip} fi - ssh -o BatchMode=yes -o ConnectTimeout=3 root@${nip} nmg setupssh_back + ssh root@${nip} nmg setupssh_back # echo -en "\n${idsCL[LightCyan]}Verifying NodeMgmt ... ${idsCL[Default]}" # NODEUPDATE ${nip} verify "ssh"