Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunSshServer ¶
func RunSshServer()
Types ¶
type LogicSshSession ¶
type LogicSshSession struct {
// contains filtered or unexported fields
}
func NewLogicSshSession ¶
func NewLogicSshSession(mc *common.Machine) (*LogicSshSession, error)
func (*LogicSshSession) Read ¶
func (ss *LogicSshSession) Read() []byte
func (*LogicSshSession) ResizeTerminal ¶
func (ss *LogicSshSession) ResizeTerminal(rows, cols int) error
func (*LogicSshSession) Write ¶
func (ss *LogicSshSession) Write(data []byte) error
Click to show internal directories.
Click to hide internal directories.