I am having a problem using ssh and ipcluster. I've set up a profile for an ssh cluster using the directions in the documentation. This configuration works fine when I use ipcontroller --profile=ssh --reuse, and start engines using ipengine --profile=ssh, on the remote machine. However, when I try to do the same using ipcluster ssh dies with at "Connection to host closed", with exit_code 255. I can ssh(passwordlessly) just fine to the remote host. <br>
<br>I haven't changed much from the default profile created, other than setting<br><br><pre><span>c</span><span>.</span><span>HubFactory</span><span>.</span><span>ip</span> <span>=</span> <span>'*'</span></pre>
in ipcontroller_config.py and<br><pre><span>c</span><span>.</span><span>IPClusterEngines</span><span>.</span><span>engine_launcher</span> <span>=</span> \
<span>'IPython.parallel.apps.launcher.SSHEngineSetLauncher'<br></span><span><br>c</span><span>.</span><span>SSHEngineSetLauncher</span><span>.</span><span>engines</span> <span>=</span> <span>{</span> <span>'remote_host'</span> <span>:</span> <span>48</span><span>}<br>
<br></span></pre>in ipcluster_config.py, as well as setting the path to the profile directory. Any ideas?<br><br>Ben Edwards<br>