api

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package api is used to standardize SSH communications.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChannelForwardReply

type ChannelForwardReply struct {
	Port uint32
}

ChannelForwardReply follows RFC 4254 7.1.

type ChannelForwardRequest

type ChannelForwardRequest struct {
	Addr  string
	RPort uint32
}

ChannelForwardRequest follows RFC 4254 7.1.

type ForwardedTCPPayload

type ForwardedTCPPayload struct {
	Addr       string // Connected to
	Port       uint32
	OriginAddr string
	OriginPort uint32
}

ForwardedTCPPayload follows RFC 4254 7.2.

type IDRequest

type IDRequest struct {
	ID string
}

IDRequest is used to send a JWT token.

Jump to

Keyboard shortcuts

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