Skip to content

Commit 5975ea8

Browse files
committed
Merge remote-tracking branch 'origin/4.18'
2 parents 41403c9 + f3ad9e6 commit 5975ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/marvin/marvin/lib/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _configure_ssh_credentials(hypervisor):
4747

4848
if (str(hypervisor).lower() == 'vmware'
4949
or str(hypervisor).lower() == 'hyperv'):
50-
ssh_command = "ssh -i /var/cloudstack/management/.ssh/id_rsa -ostricthostkeychecking=no "
50+
ssh_command = "ssh -i ~cloud/.ssh/id_rsa -ostricthostkeychecking=no "
5151

5252
return ssh_command
5353

0 commit comments

Comments
 (0)