mirror of
https://github.com/openshift/openshift-ansible.git
synced 2026-02-05 15:45:57 +01:00
8 lines
122 B
Bash
Executable File
8 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat << EOF >> ~/.ssh/config
|
|
Host *.ttb.testing
|
|
StrictHostKeyChecking no
|
|
UserKnownHostsFile /dev/null
|
|
EOF
|