HostKeyAlgorithms returns a list of usable host key algorithms.
()
| 27 | Password() string |
| 28 | // HostKeyAlgorithms returns a list of usable host key algorithms. |
| 29 | HostKeyAlgorithms() []string |
| 30 | } |
| 31 | |
| 32 | // SSH creates a fully functional SSH service which you can SSH into for testing purposes. |
no outgoing calls