//
pkg.gl
Category
github.com/influx6/npkg
ncrypt
ssh
package
0.8.9
Repository:
https://github.com/influx6/npkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
0
Files
110 SLOC
#
Functions
GenerateSSHKey
GenerateSSHKey generates SSH keypair based on path of the private key The public key would be generated to the same path with ".pub" added.
NewKeyPair
NewKeyPair generates a new SSH keypair This will return a private & public key encoded as DER.
#
Variables
ErrKeyGeneration
nerror.
ErrPublicKey
nerror.
ErrUnableToWriteFile
nerror.
ErrValidation
nerror.
#
Structs
KeyPair
No description provided by the author