Documentation ¶
Index ¶
Constants ¶
View Source
const (
// SFTPSubsystemName is the name of the SFTP subsystem.
SFTPSubsystemName = "sftp"
)
List of SSH subsystems names supported by the agent.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
func NewServer ¶
func NewServer(api client.Client, authData *models.DeviceAuthResponse, privateKey string, keepAliveInterval int, singleUserPassword string) *Server
NewServer creates a new server SSH agent server.
func (*Server) CloseSession ¶
func (*Server) HandleConn ¶
func (*Server) ListenAndServe ¶
func (*Server) SetDeviceName ¶
Click to show internal directories.
Click to hide internal directories.