From f5f9fba3d6b657fd5daa31e4981c055a05c596e8 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 11 Apr 2017 19:12:53 +0200 Subject: ssh_support: Pass SSHConfig instead of only hostname Only the hostname was passed to the ssh_support component. This passes an object that can also hold the port number. It can be extended to take other things as well, such as a proxy. --- rumba/prototypes/rlite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rumba/prototypes/rlite.py') diff --git a/rumba/prototypes/rlite.py b/rumba/prototypes/rlite.py index f4ff825..ed6db88 100644 --- a/rumba/prototypes/rlite.py +++ b/rumba/prototypes/rlite.py @@ -40,7 +40,7 @@ class Experiment(mod.Experiment): cmds.append("sudo nohup rlite-uipcps -v DBG -k 0 -U -A &> uipcp.log &") for node in self.nodes: - ssh.execute_commands(self.testbed, node.full_name, + ssh.execute_commands(self.testbed, node.ssh_config, cmds, time_out=None) def run_prototype(self): -- cgit v1.2.3