sshmitm.forwarders.ssh module
- class sshmitm.forwarders.ssh.SSHBaseForwarder(session: Session)
Bases:
BaseForwarder
- class sshmitm.forwarders.ssh.SSHForwarder(session: Session)
Bases:
SSHBaseForwarder
forwards the terminal session to the remote server without modification
- forward() None
- forward_extra() None
- forward_stderr() None
- forward_stdin() None
- forward_stdout() None
- stderr(text: bytes) bytes
- stdin(text: bytes) bytes
- stdout(text: bytes) bytes