NixOS / nixops

NixOps is a tool for deploying to NixOS machines in a network or cloud.
https://nixos.org/nixops
GNU Lesser General Public License v3.0
1.87k stars 364 forks source link

Writing to known_hosts should be optional #1465

Open roberth opened 3 years ago

roberth commented 3 years ago

With https://github.com/NixOS/nixops/pull/1464 we can provide known_hosts independently of ~/.ssh/known_hosts. Most use cases don't need this file to be written anyway, so we can stop doing so and make the existing functionality available as a separate subcommand for those who do rely on it in their workflow. This further simplifies the common case where all ssh access happens through nixops ssh.