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.84k stars 363 forks source link

GCE backend requires "StrictHostKeyChecking no" in user ssh config #262

Open wmertens opened 9 years ago

wmertens commented 9 years ago

If you deploy GCE nodes without "StrictHostKeyChecking no" in your own ssh config, the deploy will ask if it should add the keys and fail to deploy the host keys (requiring killing/redeploying the VMs).

oconnorr commented 9 years ago

Presumably we actually don't want to disable the host key check, rather nixops ought to be managing the known host keys itself and not touching the user's known host key file.