Crate sshx

source ·
Expand description

Library code for the sshx command-line client application.

This crate does not forbid use of unsafe code because it needs to interact with operating-system APIs to access pseudoterminal (PTY) devices.

Modules§

  • Network gRPC client allowing server control of terminals.
  • Encryption of byte streams based on a random key.
  • Defines tasks that control the behavior of a single shell in the client.
  • Terminal driver, which communicates with a shell subprocess through PTY.