Update rke2.sh

This commit is contained in:
tehNooB
2024-03-17 21:22:19 +00:00
committed by GitHub
parent d9f81a1900
commit 541efa1826

View File

@@ -84,7 +84,7 @@ else
fi
# Create SSH Config file to ignore checking (don't use in production!)
echo "StrictHostKeyChecking no" > ~/.ssh/config
sed -i '1s/^/StrictHostKeyChecking no\n/' ~/.ssh/config
#add ssh keys for all nodes
for node in "${all[@]}"; do