sshkey

package
v0.0.0-...-96302d6 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

The sshkey provides a simple way to generate a 256-bit ECDSA private key for SSH.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateKey

func GenerateKey(comment string) ([]byte, error)

GenerateKey will generate an OpenSSH ECDSA private key using the P-256 elliptic curve.

The resulting key is returned as a byte slice in OpenSSH PEM format.

func ParseKey

func ParseKey(pemBytes []byte) (*ecdsa.PrivateKey, error)

ParseKey will parse the provided byte slice (in OpenSSH ECDSA Private Key format) and return an *ecdsa.PrivateKey.

Any parsing errors will result in a nil *ecdsa.PrivateKey returned along with the error.

Only ECDSA format private keys are supported by this function.

Types

This section is empty.

Jump to

Keyboard shortcuts

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