Versions in this module Expand all Collapse all v0 v0.14.1 May 11, 2026 v0.14.0 May 10, 2026 Changes in this version + func Connect(ws *websocket.Conn, opt *SSHClientOption) error + func NewSSHClient(option *SSHClientOption) (*ssh.Client, error) + func NewSSHClientWithPassword(option *SSHClientOption) (*ssh.Client, error) + func NewSSHClientWithPrivateKey(option *SSHClientOption) (*ssh.Client, error) + type AuthModel int8 + type SSHClientOption struct + Addr string + Password string + PrivateKey string + User string