package
1.3.1
Repository: https://github.com/hazaelsan/ssh-relay.git
Documentation: pkg.go.dev

# Packages

Package corprelay implements the [email protected] protocol, see https://chromium.googlesource.com/apps/libapps/+/HEAD/nassh/docs/relay-protocol.md#corp-relay.
Package corprelayv4 implements the [email protected] protocol, see https://chromium.googlesource.com/apps/libapps/+/HEAD/nassh/docs/relay-protocol.md#corp-relay-v4.

# Functions

SetDeadline sets a maximum session deadline, after which the session will be terminated.

# Constants

Client indicates that this is the client side of a session.
CorpRelay is the original [email protected] protocol version.
CorpRelayV4 is the [email protected] protocol version.
Server indicates that this is the server side of a session.
SSHFE is the [email protected] protocol version.

# Variables

ErrBadProtocolVersion is returned when a bad protocol version is requested.

# Interfaces

A Session handles SSH-over-WebSocket Relay sessions.

# Type aliases

ProtocolVersion is the version of the SSH relay protocol to use in a session.
Role indicates the role within a session.