Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StubSSHServer ¶
type StubSSHServer struct { User string Password string Config *cryptoSSH.ServerConfig // contains filtered or unexported fields }
func NewStubServer ¶
func NewStubServer(user, pass string, privateKey []byte) (*StubSSHServer, error)
func (*StubSSHServer) Start ¶
func (s *StubSSHServer) Start() (int, error)
func (*StubSSHServer) Stop ¶
func (s *StubSSHServer) Stop()
Click to show internal directories.
Click to hide internal directories.