From: Ian Kelling Date: Mon, 22 Apr 2024 04:57:47 +0000 (-0400) Subject: fixes to last commit X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=d69c535c6bfafa5e6dc0d1be277478a5927790c5 fixes to last commit --- 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 <