mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-16 10:12:23 +00:00
Update k3s.sh
This commit is contained in:
parent
682903d285
commit
d9f81a1900
@ -98,7 +98,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Create SSH Config file to ignore checking (don't use in production!)
|
# 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
|
#add ssh keys for all nodes
|
||||||
for node in "${all[@]}"; do
|
for node in "${all[@]}"; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user