Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deferred ¶
type Deferred struct {
CacheKey string
Dial func(context.Context) (*ssh.Client, error)
}
type Endpoint ¶
type Endpoint struct {
User string
PrivateKeyPath string
AgentSockPath string
Address string
TeleportProxy *TeleportProxy
}
type TeleportProxy ¶ added in v0.0.339
type TeleportProxy struct {
ProfileName string
Host string
TbotIdentityDir string
ProxyAddress string
Cluster string
}
Click to show internal directories.
Click to hide internal directories.