* remove known_hosts each time
This commit is contained in:
parent
cb734891e1
commit
ad75d7aaac
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
|
|
||||||
|
rm /root/.ssh/known_hosts
|
||||||
./make_do_all.pl
|
./make_do_all.pl
|
||||||
bash -x do_all.sh "echo >> /etc/hosts"
|
bash -x do_all.sh "echo >> /etc/hosts"
|
||||||
bash -x do_all.sh "echo 69.55.54.144 loadbot >> /etc/hosts"
|
bash -x do_all.sh "echo 69.55.54.144 loadbot >> /etc/hosts"
|
||||||
bash -x do_all.sh "restorecon -R /root/.ssh/"
|
# bash -x do_all.sh "restorecon -R /root/.ssh/"
|
||||||
|
|
Loading…
Reference in New Issue