class twisted/conch/ssh/session/SSHSession()

Maas <[email protected]>
Newsgroups gmane.comp.python.twisted
Message-ID <[email protected]>
Hi Twisted User,

I had an error by trying the examples sshsimpleclient.py and 
sshsimpleserver.py. It was triggered with the client side command 
'self.write(b'hello conch\n')'.

I found the responsible line for the error. In the method 
SSHSession.dataReceived() the line 112 has to be altered

from: self.client.transport.write(data)

to: self.client.write(data)


May it will help U.


Best,

MaasArbeit


_______________________________________________
Twisted-Python mailing list
[email protected]
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.