Tweaked 'PublicKeyAuthorizedKeysLine()' comment.

This commit is contained in:
Stephen Fox 2019-02-05 09:54:18 -05:00
parent 58c692a587
commit d7510ecdf7
1 changed files with 2 additions and 2 deletions

View File

@ -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
}