ssh

package
v0.0.0-...-e7c744b Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeyPair

type KeyPair struct {
	User                 string
	Identifier           string
	PublicKeyData        string
	PublicKeyFingerprint string
	PrivateKeyData       string
}

type KeyPairGenerator

type KeyPairGenerator struct {
	Bits    int
	Comment string
	Random  io.Reader
}

func NewKeyPairGenerator

func NewKeyPairGenerator() KeyPairGenerator

func (KeyPairGenerator) Generate

func (g KeyPairGenerator) Generate() (KeyPair, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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