diff --git a/tools/marvin/marvin/lib/utils.py b/tools/marvin/marvin/lib/utils.py index 0f97c9d95c3..bc4d15cb8b3 100644 --- a/tools/marvin/marvin/lib/utils.py +++ b/tools/marvin/marvin/lib/utils.py @@ -47,7 +47,7 @@ def _configure_ssh_credentials(hypervisor): if (str(hypervisor).lower() == 'vmware' or str(hypervisor).lower() == 'hyperv'): - ssh_command = "ssh -i /var/cloudstack/management/.ssh/id_rsa -ostricthostkeychecking=no " + ssh_command = "ssh -i ~cloud/.ssh/id_rsa -ostricthostkeychecking=no " return ssh_command