intel / ccloudvm

Configurable Cloud VM is a small command line tool for automatically creating development and demo environments for complex projects. The tool sets up these development environments inside a virtual machine which it automatically creates on the user’s host computer. This avoids polluting the user’s host machine with components from the chosen development environment and provides a clean, predictable and repeatable environment in which this development environment can run.
Apache License 2.0
32 stars 19 forks source link

Enable StrictHostChecking on ssh connections #79

Open markdryan opened 6 years ago

markdryan commented 6 years ago

This isn't really a big issue right now as our instances are mostly bound to local IP address, but going forward we should find a way to re-enable StrictHostChecking. It's probably just a matter of using a private knownhosts file and making sure it's kept up to date when we delete instances.