Removed TODO about key pair description per review feedback.
This commit is contained in:
parent
0f1bde760c
commit
415ef26768
|
@ -64,7 +64,6 @@ type FromPrivateKeyConfig struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// KeyPair represents an SSH key pair.
|
// KeyPair represents an SSH key pair.
|
||||||
// TODO: Maybe a field for a description? Maybe save the type?
|
|
||||||
type KeyPair struct {
|
type KeyPair struct {
|
||||||
// PrivateKeyPemBlock represents the key pair's private key in
|
// PrivateKeyPemBlock represents the key pair's private key in
|
||||||
// ASN.1 Distinguished Encoding Rules (DER) format in a
|
// ASN.1 Distinguished Encoding Rules (DER) format in a
|
||||||
|
|
Loading…
Reference in New Issue