##// END OF EJS Templates
don't ignore ssh from json
MinRK -
Show More
@@ -343,6 +343,9 b' class Client(HasTraits):'
343 If this is true, you should specify Client(...,sshserver='you@%s')
343 If this is true, you should specify Client(...,sshserver='you@%s')
344 or instruct your controller to listen on an external IP."""%location,
344 or instruct your controller to listen on an external IP."""%location,
345 RuntimeWarning)
345 RuntimeWarning)
346 elif not sshserver:
347 # otherwise sync with cfg
348 sshserver = cfg['ssh']
346
349
347 self._config = cfg
350 self._config = cfg
348
351
General Comments 0
You need to be logged in to leave comments. Login now