diff --git a/builder/virtualbox/common/sshkeypair.go b/builder/virtualbox/common/sshkeypair.go index dfaa4208a..fe5ba449c 100644 --- a/builder/virtualbox/common/sshkeypair.go +++ b/builder/virtualbox/common/sshkeypair.go @@ -119,7 +119,8 @@ type sshKeyPair interface { Description() string // PrivateKeyPemBlock returns a slice of bytes representing - // the private key in ASN.1, DER format in a PEM block. + // the private key in ASN.1 Distinguished Encoding Rules (DER) + // format in a Privacy-Enhanced Mail (PEM) block. PrivateKeyPemBlock() []byte // PublicKeyAuthorizedKeysFormat returns a slice of bytes