Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 361 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 361 Bytes

SSHUTIL

Utilies utilizing ssh

The following modules are a collection of classes and functions useful for efficiently interacting with local and remote hosts using ssh.

  • cmd - Execute commands either locally or remotely (wiht ssh).
  • conn - SSH channel and socket connections with caching.
  • host - A Host class for interacting with a host.