mirror of
https://github.com/kylemanna/docker-aosp
synced 2025-06-06 15:36:36 +00:00
* 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
|