I am using Debian Sarge- python 2.3.5 and i donwloaded the pyssh 2.3
deb package and installed it.
connection =3D pyssh.Ssh(user, host, port) and i am sending
connection.sendcmd("pwd") -> it works
but after this line i have f =3D pyssh.os.popen("dmesg | grep DVD", "r")
and then i am looking inside f by some string functions and in some
part it starts to wait infinetely. When i use raw_input it stucked
there. So i decided to use connection.close(). It continues working.
the i opened connection: connection.open()
After this change neither connection.send("pwd") nor other functions
like chdir is not working.
i can see password prompt but it doesnt wait there, it happens when i
use sendcmd.
I need a detail use of pyssh.
How can i find people online. Like irc? Is there a channell that i can
go and ask my questions?
|