Versions in this module Expand all Collapse all v1 v1.0.0 Feb 20, 2018 Changes in this version + type StubSSHServer struct + Config *cryptoSSH.ServerConfig + Password string + User string + func NewStubServer(user, pass string, privateKey []byte) (*StubSSHServer, error) + func (s *StubSSHServer) Start() (int, error) + func (s *StubSSHServer) Stop()