| 63 | } |
| 64 | |
| 65 | type sshHelper struct { |
| 66 | username string |
| 67 | password string |
| 68 | cnt container |
| 69 | signer ssh.Signer |
| 70 | fingerprint string |
| 71 | hostKey []byte |
| 72 | } |
| 73 | |
| 74 | func (s *sshHelper) HostKeyAlgorithms() []string { |
| 75 | return []string{ |
nothing calls this directly
no outgoing calls
no test coverage detected