sshd

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2026 License: Apache-2.0, Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	User string
	Path string
	Port int

	Output safeBuffer
	// contains filtered or unexported fields
}

func Start

func Start(caPubKey sshcert.RawPublicKey) (*Server, error)

Start starts an sshd server as the current user, and returns a Server. The ssh server will be running in a temporary directory, and will process requests on a random port.

It will only process a single ssh connection before terminating.

func (*Server) Close

func (s *Server) Close() error

func (*Server) Ssh

func (s *Server) Ssh(a *agent.Agent) (string, error)

Ssh connects to the SSH server using the provided agent (v1 API)

func (*Server) SshWithBroker added in v0.1.1

func (s *Server) SshWithBroker(b *broker.Broker) (string, error)

SshWithBroker connects to the SSH server using the broker's per-connection agent (v2 API). It computes the connection hash and uses the appropriate agent socket from the broker.

Jump to

Keyboard shortcuts

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