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

# Functions

New creates a *Session from a plain SSH connection.

# Constants

AckByteSize is the size in bytes for READ_ACK/WRITE_ACKs.
AckErrMask is the bit mask for error ack ranges.
ChunkSize is the size in bytes for valid read/write requests.

# Variables

ErrInvalidAck is returned when an ack has any error bits set.

# Structs

A Session is an SSH-over-WebSocket Relay session.