| 451 | } |
| 452 | |
| 453 | type secureDialer struct{} |
| 454 | |
| 455 | func (d *secureDialer) Dial(network string, address string, config *ssh.ClientConfig) (SecureClient, error) { |
| 456 | client, err := ssh.Dial(network, address, config) |
nothing calls this directly
no outgoing calls
no test coverage detected