GetHostKey returns the hosts private key in PEM format. This can be used to extract the public key.
()
| 8 | type TestServer interface { |
| 9 | // GetHostKey returns the hosts private key in PEM format. This can be used to extract the public key. |
| 10 | GetHostKey() string |
| 11 | // Start starts the server in the background. |
| 12 | Start() |
| 13 | // Stop stops the server running in the background. |
no outgoing calls