Include ~/.ssh/config

Host *
	BatchMode yes
    StrictHostKeyChecking no
	# For now, just accept any key from remote hosts.
    UserKnownHostsFile /dev/null
