Documentation
¶
Overview ¶
Package proxyssh implements SSH Proxy for user to get to the ApplicationResource
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Where to listen for incoming SSH requests
BindAddress string `json:"bind_address"`
// Path to store the SSH key in pem format, if relative - will be stored in node workdir
SSHKey string `json:"ssh_key"`
}
Config - node driver configuration
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
Driver implements drivers.ResourceDriver interface
func (*Driver) GetRPCServices ¶ added in v0.9.0
func (d *Driver) GetRPCServices() []gate.RPCService
GetRPCServices returns RPC services this gate driver wants to register
Click to show internal directories.
Click to hide internal directories.