ssh popen stalling on password redirect output?

Jeff Epler jepler at unpythonic.net
Fri Jul 15 21:52:19 EDT 2005


In your ssh configuration, specify something like
    PreferredAuthentication "hostbased,publickey"
this will skip trying to use the methods called keyboard-interactive and
password.

You can give this flag on the ssh commandline, too.  read the ssh(1) and
ssh_config(5) manpages for more information.

Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20050715/76f6daf8/attachment.sig>


More information about the Python-list mailing list