mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-24 17:00:22 +00:00
Update k3s.sh
This commit is contained in:
parent
86447d24f0
commit
682903d285
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,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
|
||||
|
|
Loading…
Reference in a new issue