Skip to content

Error connecting to cloned virtual machines through SSH

A SSH error occurs during post clone configuration of the virtual machines:

paramiko.ssh_exception.SSHException: not a valid RSA private key file

This only happens with the ssh forward agent disabled.

A workaround is to execute the agent before running cyris:

ssh-agent bash
ssh-add 
Edited by Juan Diego Campo