[Twisted-Python] class twisted/conch/ssh/session/SSHSession()
![](https://secure.gravatar.com/avatar/5a2019896e2da588fa3a33df967e3352.jpg?s=120&d=mm&r=g)
April 23, 2018
9:26 a.m.
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
2488
Age (days ago)
2490
Last active (days ago)
1 comments
2 participants
participants (2)
-
Glyph
-
Maas