Versions in this module Expand all Collapse all v0 v0.1.2 Feb 20, 2019 Changes in this version + type HandlerFactory func(t assert.TestingT) SSHHandler v0.1.1 Oct 23, 2018 Changes in this version + type SSHHandler interface + Handle func(t assert.TestingT, ch ssh.Channel) type SSHServer + func NewSSHServerHandler(t assert.TestingT, uname, password string, handler SSHHandler) *SSHServer v0.1.0 Oct 19, 2018 Changes in this version + type SSHServer struct + func NewSSHServer(t *testing.T, uname, password string) *SSHServer + func (ts *SSHServer) Close() + func (ts *SSHServer) Port() int