Documentation ¶ Index ¶ func SSHConnect(host, user, password string) (*sftp.Client, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SSHConnect ¶ func SSHConnect(host, user, password string) (*sftp.Client, error) SSHConnect creates an SFTP client connection. NOTE: Uses InsecureIgnoreHostKey because artifact storage targets are configured by admins via trusted connection objects, not user input. Types ¶ This section is empty. Source Files ¶ View all Source files sftp.go Click to show internal directories. Click to hide internal directories.