Part of twisted.conch.ssh View Source
Maintainer: Paul Swartz
Class | SSHAgentClient | The client side of the SSH agent protocol. This is equivalent to ssh-add(1) and can be used with either ssh-agent(1) or the SSHAgentServer protocol, also in this package. |
Class | SSHAgentServer | The server side of the SSH agent protocol. This is equivalent to ssh-agent(1) and can be used with either ssh-add(1) or the SSHAgentClient protocol, also in this package. |