[Twisted-Python] Using ProxyClient

2012-08-07 Thread DF--
Hi Guys! I'm new to the twisted framework and I'm using it to write a simple HTTPProxy with rewrite capabilities. While calling ProxyCiient.handleHeader method, it seems that Content-Length field is being added. Notice that I say "add" instead of "set": def handleHeader(self, key, value):

Re: [Twisted-Python] simple example for twisted ssh server with public key authentification

2012-08-07 Thread Ilja Livenson
Hi, perhaps our project code could help with the insight: Creation of the SSH server: https://github.com/opennode/opennode-management/blob/master/opennode/oms.tac#L26 Definition of the checker: https://github.com/opennode/opennode-management/blob/master/opennode/oms/security/authentication.py#L65