192cba106d
* Add a default ssh config that won't blow up due to empty/missing known_hosts file. * Those concerned about security are expected to fork the repo and update the Dockerfile to include trusted values.
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
# Somewhat insecure, fork and override as needed.
|
|
Host *
|
|
#IdentityFile /root/.ssh/id_rsa
|
|
StrictHostKeyChecking no
|