pub fn default_known_hosts_path() -> Option<PathBuf>
Resolve the default known_hosts path ($HOME/.ssh/known_hosts).
$HOME/.ssh/known_hosts
Returns None when HOME is not set.
None
HOME