[IPython-User] ipcluster fails on Mac OSX (ssh-askpass not found)
MinRK
benjaminrk@gmail....
Wed Sep 7 14:27:39 CDT 2011
Hm, I can't think of a place where we explicitly try to use ssh-askpass
(acking for askpass reveals no matches in IPython). Is this perhaps what
Python's own getpass uses? What Python and OSX are you using?
What happens if you do:
from IPython.external.ssh import tunnel
tunnel.ssh_tunnel(8888, 80, 'yourhost')
in a regular Python/IPython session?
It would appear that I can tunnel just fine between my OSX machines.
-MinRK
On Wed, Sep 7, 2011 at 12:08, David Welch <david.m.welch@gmail.com> wrote:
> Hello all,
>
> I'm trying to run an ipcluster on a Mac cluster using SSH. It fails with
> an error in the log file:
> ==============
> ...
> [IPClusterStart] Process 'ssh' started: 46805
> [IPClusterStart] Process 'engine set' started: [None, None, None, None,
> None, None, None, None, None, None, None, None, None, None, None, None]
> [IPClusterStart] ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file
> or directory
> ...
> ==============
>
> I've done some searching online and found that Mac doesn't have a function
> 'ssh-askpass' but several workarounds have been made for other bundles
> (Cornerstone2, for instance has a helper application that this blogger
> linked to as a workaround -
> http://otherside.mimijidi.com/entries/ssh-askpass-on-mac-os-x/). Does
> IPython have something similar, or is this a Mac platform bug?
>
> -Dave
>
> --
> David Welch
> david.m.welch@gmail.com
>
>
>
> _______________________________________________
> IPython-User mailing list
> IPython-User@scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20110907/d136ad6c/attachment.html
More information about the IPython-User
mailing list