1
0
mirror of https://github.com/kylemanna/docker-aosp synced 2025-06-06 15:36:36 +00:00
docker-aosp/ssh_config
Kyle Manna 192cba106d 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.
2014-11-21 12:24:31 -08:00

5 lines
116 B
Plaintext

# Somewhat insecure, fork and override as needed.
Host *
#IdentityFile /root/.ssh/id_rsa
StrictHostKeyChecking no