Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContainerName ¶
GetContainerName get container name for account
func ScriptSeedSSHConfig ¶
ScriptSeedSSHConfig create a script for seeding .ssh/config
Types ¶
type ExecAttachOptions ¶
type ExecAttachOptions struct { Env []string Command []string Stdin io.Reader Stdout io.Writer Stderr io.Writer IsPty bool Term string WindowChan chan Window }
ExecAttachOptions opts for exec attach
type Manager ¶
Manager manager interface
func NewManager ¶
func NewManager(cfg types.SSHDOptions) (m Manager, err error)
NewManager new manager
Click to show internal directories.
Click to hide internal directories.