This commit is contained in:
2022-09-16 17:39:22 +01:00
parent dd6f84714d
commit 298c2439db
2 changed files with 19 additions and 2 deletions

View File

@ -29,8 +29,12 @@ get_public_bastion () {
then
cat _b*.pub >> ${AUTHFILE}
cat _d*.pub >> ${AUTHFILE}
# remove above lines in near future
cat _[1-9]ba*.pub >> ${AUTHFILE}
else
cat _v*.pub >> ${AUTHFILE}
# remove above lines in near future
cat _[1-9]vi*.pub >> ${AUTHFILE}
fi
# testing