1
0
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:
Kyle Manna
2014-11-21 12:24:31 -08:00
parent bdc92d0d06
commit 192cba106d
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Somewhat insecure, fork and override as needed.
Host *
#IdentityFile /root/.ssh/id_rsa
StrictHostKeyChecking no