Tweaked 'PublicKeyAuthorizedKeysLine()' comment.
This commit is contained in:
parent
58c692a587
commit
d7510ecdf7
|
@ -211,8 +211,8 @@ type KeyPair interface {
|
|||
PrivateKeyPemBlock() []byte
|
||||
|
||||
// PublicKeyAuthorizedKeysLine returns a slice of bytes
|
||||
// representing the public key in OpenSSH authorized_keys format
|
||||
// with the specified new line.
|
||||
// representing the public key as a line in OpenSSH authorized_keys
|
||||
// format with the specified new line.
|
||||
PublicKeyAuthorizedKeysLine(NewLineOption) []byte
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue