twisted.conch.ssh.userauth
module documentationtwisted.conch.ssh
View Source
Implementation of the ssh-userauth service. Currently implemented authentication types are public-key and password.
Maintainer: Paul Swartz
Class | SSHUserAuthServer | A service implementing the server side of the 'ssh-userauth' service. It is used to authenticate the user on the other side as being able to access this server. |
Class | SSHUserAuthClient | A service implementing the client side of 'ssh-userauth'. |