Skip to content

Commit

Permalink
Fix error in ctxt dist
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 11, 2024
1 parent 5758d2e commit 06f2180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contextualization/ctxt_agent_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def get_master_ssh(self, general_conf_data):
return SSHRetry(vm_ip, ctxt_vm['user'], passwd, private_key, ctxt_vm['remote_port'])

@staticmethod
def get_ssh(vm, pk_file, changed_pass=None):
def get_ssh(vm, pk_file, changed_pass=None, use_proxy=False):
passwd = vm['passwd']
if 'new_passwd' in vm and vm['new_passwd'] and changed_pass:
passwd = vm['new_passwd']
Expand Down

0 comments on commit 06f2180

Please sign in to comment.