forked from TrueCloudLab/certificates
Update authority/authority.go
Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
This commit is contained in:
parent
91be50cf70
commit
25cc9a1728
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ func (a *Authority) init() error {
|
|||
if tmplVars.SSH.HostKey != nil {
|
||||
log.Printf("SSH Host CA Key: %s\n", ssh.MarshalAuthorizedKey(tmplVars.SSH.HostKey))
|
||||
}
|
||||
if tmplVars.SSH.HostKey != nil {
|
||||
if tmplVars.SSH.UserKey != nil {
|
||||
log.Printf("SSH User CA Key: %s\n", ssh.MarshalAuthorizedKey(tmplVars.SSH.UserKey))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue