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
Click to show internal directories.
Click to hide internal directories.