[console_scripts]
ssh-mitm = sshmitmcore.cli:main

[sshmitm.Authenticator]
remoteauth = sshmitmcore.authentication:AuthenticatorRemote

[sshmitm.BaseSFTPServerInterface]
base = sshmitmcore.interfaces.sftp:SFTPProxyServerInterface

[sshmitm.BaseServerInterface]
base = sshmitmcore.interfaces.server:ServerInterface

[sshmitm.BaseSession]
base = sshmitmcore.session:Session

[sshmitm.SubCommand]
server = sshmitmcore.commands.server:SSHServerModules
