MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / SSHRemote

Struct SSHRemote

cli/pkg/common/sshremote.go:49–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47)
48
49type SSHRemote struct {
50 SSHHost string
51 SSHPort int
52 SSHUserName string
53 SSHPassword string
54 SSHKey string
55 SSHKeyPassword string
56 SSHKeyPath string
57 Connection *ssh.Client
58}
59
60var i18nInstance = i18n.GetInstance()
61

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected