Documentation
¶
Overview ¶
Package headend provides an SSH server that translates exec commands into HTTP requests to a remote site proxy. This is the "headend" half of the SSH-to-HTTP transparent WAN tunnel — it sits near the automation server and converts SSH to HTTP for efficient WAN transport.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is an SSH server that forwards commands via HTTP to a site proxy.
func (*Server) ListenAndServe ¶
ListenAndServe starts accepting SSH connections.
func (*Server) SetListener ¶
SetListener sets a custom net.Listener.
Click to show internal directories.
Click to hide internal directories.