twisted.conch.ssh.agent
module documentationtwisted.conch.ssh
View Source
Implements the SSH v2 key agent protocol. This protocol is documented in the SSH source code, in the file PROTOCOL.agent.
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. |