This website requires JavaScript.
Explore
Help
Register
Sign In
chris
/
k8s-playground
Watch
1
Star
0
Fork
You've already forked k8s-playground
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c9e0cbea4e
k8s-playground
/
setup
/
trust-hosts.sh
5 lines
108 B
Bash
Executable File
Raw
Blame
History
for
i in
$(
cat inventory.yaml
|
grep ssh
|
cut -d
=
-f2
)
do
ssh-keyscan
$i
>> ~/.ssh/known_hosts
done
Reference in New Issue
View Git Blame
Copy Permalink