scottslowe-learning-tools/centos-atomic/docker-cloudinit/ssh.cfg
Scott Lowe 3bbaef7f04
Update custom SSH configuration, add instructions
Update custom SSH configuration to use directory-specific known hosts file. Add preliminary set of instructions. Not quite ready to merge yet; CentOS Atomic Host on AWS seems to have an issue starting the Docker service.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-05-31 16:26:24 -06:00

4 lines
68 B
INI

UserKnownHostsFile ./known_hosts
Host *
PubkeyAuthentication yes