aboutsummaryrefslogtreecommitdiff
path: root/rumba/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'rumba/model.py')
-rw-r--r--rumba/model.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rumba/model.py b/rumba/model.py
index 8e63822..0d93fcd 100644
--- a/rumba/model.py
+++ b/rumba/model.py
@@ -132,9 +132,10 @@ class NormalDIF(DIF):
# SSH Configuration
#
class SSHConfig:
- def __init__(self, hostname, port=22):
+ def __init__(self, hostname, port=22, proxycommand=None):
self.hostname = hostname
self.port = port
+ self.proxycommand = proxycommand
# A node in the experiment