Documentation ¶ Index ¶ func Download(dataDir string) func(user *internal.User, newChannel ssh.NewChannel, log logger.Logger) func LocalForward(_ *internal.User, newChannel ssh.NewChannel, log logger.Logger) func Session(user *internal.User, newChannel ssh.NewChannel, log logger.Logger) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Download ¶ added in v1.0.10 func Download(dataDir string) func(user *internal.User, newChannel ssh.NewChannel, log logger.Logger) func LocalForward ¶ func LocalForward(_ *internal.User, newChannel ssh.NewChannel, log logger.Logger) func Session ¶ func Session(user *internal.User, newChannel ssh.NewChannel, log logger.Logger) Session has a lot of 'function' in ssh. It can be used for shell, exec, subsystem, pty-req and more. However these calls are done through requests, rather than opening a new channel This callback just sorts out what the client wants to be doing Types ¶ This section is empty. Source Files ¶ View all Source files download.go localforward.go session.go Click to show internal directories. Click to hide internal directories.