Skip to content

Commit

Permalink
Merge pull request #1063 from crawford/ssh
Browse files Browse the repository at this point in the history
asset/ignition: remove SSH key from pointer config
  • Loading branch information
openshift-merge-robot authored Jan 19, 2019
2 parents 4016f5f + 239829f commit be7dabb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/asset/ignition/machine/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,5 @@ func pointerIgnitionConfig(installConfig *types.InstallConfig, rootCA []byte, ro
},
},
},
// XXX: Remove this once MCO supports injecting SSH keys.
Passwd: ignition.Passwd{
Users: []ignition.PasswdUser{{
Name: "core",
SSHAuthorizedKeys: []ignition.SSHAuthorizedKey{ignition.SSHAuthorizedKey(installConfig.SSHKey)},
}},
},
}
}

0 comments on commit be7dabb

Please sign in to comment.