From d69c535c6bfafa5e6dc0d1be277478a5927790c5 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Mon, 22 Apr 2024 00:57:47 -0400 Subject: [PATCH] fixes to last commit --- brc2 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/brc2 b/brc2 index 9e2b548..5804466 100644 --- a/brc2 +++ b/brc2 @@ -2652,7 +2652,9 @@ host-info-update() { if [[ $opts == user=root ]]; then - root_hosts+=($host i$host) + # note: the b8.nz suffix is for the User part, the IdentityFile + # part is redundant to *.b8.nz. + root_hosts+=($host i$host $host.b8.nz i$host.b8.nz) else nonroot_hosts+=($host i$host) fi @@ -2732,10 +2734,10 @@ EOF echo "cat <