From: Niklas S. <ni...@re...> - 2004-12-21 14:19:07
|
Hi, I've tried following the docs for pyssh, but I cannot get a client started. Both 0.3 and CVS install fssa, nbpipe and ptyext only when doing python setup.py install, no pyssh. I cannot find a pyssh.py in the distribution either. And when I do import pyssh pyssh.run('date', host='HOSTNAME', user='USERNAME', password='PASSWORD') I get module has no attribute run. What I'd like to do is to test that an ssh connection to a host can be made with passwordbased authentication, for example by running "echo SUCCESS" on the client side. If the documentation is out of date, how do I do this with the current implementation? If the documentation is correct, what am I missing? Where is pyssh.py? Cheers Niklas Saers |