| 466 | } |
| 467 | |
| 468 | type secureClient struct{ client *ssh.Client } |
| 469 | |
| 470 | func (sc *secureClient) Close() error { return sc.client.Close() } |
| 471 | func (sc *secureClient) Conn() ssh.Conn { return sc.client.Conn } |
nothing calls this directly
no outgoing calls
no test coverage detected