ねじれた ssh のサンプル ドキュメントから: http://twistedmatrix.com/documents/current/conch/examples/sshsimpleclient.py、
ssh リクエストを生成するには、twisted にリアクターが必要であることがわかりました。
protocol.ClientCreator(reactor, SimpleTransport).connectTCP(HOST, 22)
reactor.run()
ねじれたサーバーで ssh リクエストを生成する方法を知りたいですか? ねじれたサーバーには既にリアクターがあります。