()
| 337 | var errSSHConnectionCancelled = errors.New("SSH connection cancelled") |
| 338 | |
| 339 | func sshConnectionCancelledError() error { |
| 340 | return fmt.Errorf("SSH connection cancelled") |
| 341 | } |
| 342 | |
| 343 | type sshHandshakeResult struct { |
| 344 | cc ssh.Conn |
no outgoing calls
no test coverage detected