alan-turing-institute / azure-batch-tools

Some tools to make deploying batch processing jobs to Azure easier
MIT License
1 stars 1 forks source link

Verify VM SSH fingerprints as part of pool creation #10

Closed martintoreilly closed 7 years ago

martintoreilly commented 7 years ago

Currently the first SSH connection with each VM is during setup-pool. This requires user interaction to verify the VM fingerprint before executing a long running script. This spaces out the required user interaction unpredictably and means that setup-pool cannot run completely hands off.

martintoreilly commented 7 years ago

Done in commit ab2f83e, which improves handling of SSH by: