Versions in this module Expand all Collapse all v0 v0.0.3 Feb 5, 2024 v0.0.2 Jan 28, 2024 Changes in this version + type Ssh struct + Address string + Client *ssh.Client + Password string + Port string + PrivateKey []byte + Timeout time.Duration + User string + func New(address string, password string, port string, privateKey []byte, ...) *Ssh + func (s *Ssh) Dial() error + func (s *Ssh) Exec(command string) ([]byte, error)