Fixing "ssh_init: host does not exist" — Flush DNS Cache
When SSH/SFTP clients return "ssh_init: host does not exist" but `nslookup` from the same machine resolves correctly, your OS-level DNS cache is stale. Walk through flushing on Windows (`ipconfig /flushdns`), macOS (`dscacheutil`, `killall mDNSResponder`), Linux distros (`resolvectl flush-caches`, `nscd -i hosts`), and restarting the network stack as a last resort.