Documentation ¶
Index ¶
Constants ¶
View Source
const ( // https://datatracker.ietf.org/doc/html/rfc4254#page-16 ChannelTypeServerOpenChannel = "forwarded-tcpip" RequestTypeForward = "tcpip-forward" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gateway ¶
type Gateway struct {
// contains filtered or unexported fields
}
func NewGateway ¶
func NewGateway( cfg v1.SSHTunnelGateway, bindAddr string, peerServerListener *netpkg.InternalListener, ) (*Gateway, error)
type TunnelServer ¶
type TunnelServer struct {
// contains filtered or unexported fields
}
func NewTunnelServer ¶
func NewTunnelServer(conn net.Conn, sc *ssh.ServerConfig, peerServerListener *netpkg.InternalListener) (*TunnelServer, error)
func (*TunnelServer) Run ¶
func (s *TunnelServer) Run() error
Click to show internal directories.
Click to hide internal directories.