MCPcopy
hub / github.com/nirui/sshwifty / sshClient

Struct sshClient

application/commands/ssh.go:166–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166type sshClient struct {
167 w command.StreamResponder
168 l log.Logger
169 cfg command.Configuration
170 remoteCloseWait sync.WaitGroup
171 credentialReceive chan []byte
172 credentialProcessed bool
173 credentialReceiveClosed bool
174 fingerprintVerifyResultReceive chan bool
175 fingerprintProcessed bool
176 fingerprintVerifyResultReceiveClosed bool
177 remoteConnReceive chan sshRemoteConn
178 remoteConn sshRemoteConn
179}
180
181func newSSH(
182 l log.Logger,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected