Versions in this module Expand all Collapse all v1 v1.0.1 Dec 23, 2025 Changes in this version + type Server struct + Options ServerOptions + ProxyOptions ServerOptions + func (s *Server) Command(command string) (string, error) + func (s *Server) Get(src, dst string) (err error) + func (s *Server) Put(src, dst string) (err error) + type ServerOptions struct + Addr string + Key string + KeyFile string + Password string + Port string + SocketFile string + Timeout time.Duration + User string + func (opt ServerOptions) ToSSHClientConfig() (*ssh.ClientConfig, error)