Hacker News new | ask | show | jobs
by darrenf 684 days ago
You can specify multiple files using either `GlobalKnownHostsFile` or `UserKnownHostsFile` options. Plus you can specify a command that will return host keys. See this entry in `man ssh_config`:

     KnownHostsCommand
             Specifies a command to use to obtain a list of host keys, [...]
1 comments

Wow I didn't know that. I will definitely try it! Thx!