«
class documentation

class CorruptServer(agent.SSHAgentServer):

View In Hierarchy

A misbehaving server that returns bogus response op codes so that we can verify that our callbacks that deal with these op codes handle such miscreants.

Method agentc_REQUEST_IDENTITIES Undocumented
Method agentc_SIGN_REQUEST Undocumented
def agentc_REQUEST_IDENTITIES(self, data):

Undocumented

def agentc_SIGN_REQUEST(self, data):

Undocumented