Description
After getting waylaid by incorrect error messages in paramiko, it appears that 'deploy_node' doesn't support either password protected ssh_keys or ssh_agent keys for ssh access.
So with key access clouds you can only use a non-password protected key that is actually stored on the machine that is doing the deployment.
ParamikoSSHClient turns off both the SSH Agent and the automatic key search facility. Any particular reason why?