crofty 0.12.0 — SFTP deploys no longer stall on the host-key prompt

A crofty deploy over SFTP froze at the prompt that asks you to trust a server’s host key the first time crofty sees it.

Before

crofty looked only at its own record of known servers (empty to start), so a server you’d reached over ssh/sftp many times was still treated as new and stopped to ask — freezing the deploy.

After

A host key that changes after it was first trusted is still a hard error.