client

package
v1.0.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	RemoteServer string
	RemotePort   int
	LocalServer  string
	LocalPort    int
	BindPort     int
	ID           string
	KeepAlive    bool
	Password     string
}

type ExposeClient

type ExposeClient struct {
	LocalEndpoint  endpoint // local service to be forwarded
	ServerEndpoint endpoint // remote SSH server
	RemoteEndpoint endpoint // remote forwarding port (on remote SSH server network)

	Password string
	// contains filtered or unexported fields
}

func NewExposeClient

func NewExposeClient(config Config) ExposeClient

func (*ExposeClient) Run

func (c *ExposeClient) Run() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL