mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 15:35:55 -04:00
fix: correct host key header
This commit is contained in:
parent
2371124115
commit
77e3f90155
@ -92,7 +92,7 @@ func GenerateSignedSSHHostKey(principal string, ca ssh.Signer) (*pem.Block, *ssh
|
||||
if err != nil {
|
||||
return nil, nil, err
|
||||
}
|
||||
pemHostKey := &pem.Block{Type: "OPENSSH PRIVATE KEY", Bytes: hostKeySSH}
|
||||
pemHostKey := &pem.Block{Type: "PRIVATE KEY", Bytes: hostKeySSH}
|
||||
|
||||
certificate := ssh.Certificate{
|
||||
CertType: ssh.HostCert,
|
||||
|
Loading…
x
Reference in New Issue
Block a user