Update ssh/config on master node
This commit is contained in:
parent
7e08800876
commit
d894529f07
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ sudo git clone https://github.com/kubespray/kargo /root/kargo
|
||||||
|
|
||||||
sudo rm -rf /root/.ssh
|
sudo rm -rf /root/.ssh
|
||||||
sudo mv ~vagrant/ssh /root/.ssh
|
sudo mv ~vagrant/ssh /root/.ssh
|
||||||
|
sudo echo -e 'Host 10.210.*\n\tStrictHostKeyChecking no\n\tUserKnownHostsFile=/dev/null' >> /root/.ssh/config
|
||||||
sudo chown -R root: /root/.ssh
|
sudo chown -R root: /root/.ssh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue