sshd

package
v0.0.16 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeServer

func MakeServer(ctx context.Context, opts SSHServerOpts) (*ssh.Server, error)

Types

type SSHServerOpts

type SSHServerOpts struct {
	AllowedUsers   []string
	AuthorizedKeys map[string]string // Key to owner
	Env            []string
	Shell          []string
	Dir            string

	InteractiveMOTD func(io.Writer)
}

Jump to

Keyboard shortcuts

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