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

# Packages

Package cookie implements functionality for interacting with the Cookie Server, see https://chromium.googlesource.com/apps/libapps/+/HEAD/nassh/docs/relay-protocol.md#corp-relay-cookie.
Package corprelay implements a [email protected] SSH-over-WebSocket Relay client session.
Package corprelayv4 implements a [email protected] SSH-over-WebSocket Relay client session.

# Functions

AddDefaultPort adds a port number to an address if one isn't specified.
NewWrapper creates a Wrapper from a reader/writer pair.

# Constants

DefaultPort is the default port number for the Cookie Server / SSH Relay.
ExtID is the dummy Chrome extension ID to send on requests.

# Variables

ErrBadSessionID is returned if the Session ID could not be parsed.

# Structs

Options specifies a set of options to create a Session.
Wrapper is a wrapper to interface with ssh(1) via a reader/writer pair.

# Interfaces

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