mirror of
https://github.com/kylemanna/docker-aosp
synced 2026-08-11 16:33:05 +00:00
Dockerfile: Add default SSH config
* 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.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# Somewhat insecure, fork and override as needed.
|
||||
Host *
|
||||
#IdentityFile /root/.ssh/id_rsa
|
||||
StrictHostKeyChecking no
|
||||
Reference in New Issue
Block a user