Juniper / go-netconf

NETCONF implementation in Go.
Other
253 stars 110 forks source link

export a new function SSHConfigPubKeyPem #101

Closed jeremmfr closed 1 year ago

jeremmfr commented 3 years ago

Add a new function SSHConfigPubKeyPem like SSHConfigPubKeyFile to prepare ssh.ClientConfig but with a private key in PEM format ([]bytes format) directly in the arguments. This is useful when the key is stored other than in a file.

nemith commented 1 year ago

wontfix