MCPcopy
hub / github.com/rclone/rclone / sshClientInternal

Struct sshClientInternal

backend/sftp/ssh_internal.go:18–20  ·  view source on GitHub ↗

Internal ssh connections with "golang.org/x/crypto/ssh"

Source from the content-addressed store, hash-verified

16// Internal ssh connections with "golang.org/x/crypto/ssh"
17
18type sshClientInternal struct {
19 srv *ssh.Client
20}
21
22// newSSHClientInternal starts a client connection to the given SSH server. It is a
23// convenience function that connects to the given network address,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected