mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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>
4 lines
68 B
INI
4 lines
68 B
INI
UserKnownHostsFile ./known_hosts
|
|
|
|
Host *
|
|
PubkeyAuthentication yes
|