MCPcopy Index your code
hub / github.com/commander-cli/commander / SSHExecutor

Struct SSHExecutor

pkg/runtime/ssh_executor.go:16–21  ·  view source on GitHub ↗

SSHExecutor

Source from the content-addressed store, hash-verified

14
15// SSHExecutor
16type SSHExecutor struct {
17 Host string
18 User string
19 Password string
20 IdentityFile string
21}
22
23// WithIdentityFile sets the identity file option for the ssh executor
24func WithIdentityFile(identityFile string) func(e *SSHExecutor) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected