We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41403c9 + f3ad9e6 commit 5975ea8Copy full SHA for 5975ea8
tools/marvin/marvin/lib/utils.py
@@ -47,7 +47,7 @@ def _configure_ssh_credentials(hypervisor):
47
48
if (str(hypervisor).lower() == 'vmware'
49
or str(hypervisor).lower() == 'hyperv'):
50
- ssh_command = "ssh -i /var/cloudstack/management/.ssh/id_rsa -ostricthostkeychecking=no "
+ ssh_command = "ssh -i ~cloud/.ssh/id_rsa -ostricthostkeychecking=no "
51
52
return ssh_command
53
0 commit comments