Commit 3c87d4d
committed
Add BootstrapSSHKeyPair public key to agent ignition
Add the generated bootstrap SSH public key to the core user's
SSHAuthorizedKeys in the agent ignition, alongside the
user-provided key from the InfraEnv spec. This enables the
installer to SSH to the rendezvous host using the bootstrap key
without requiring the user to provide a key.
This key does not persist into the cluster, it is only active while the
agent ISO is booted.
Assisted-by: Claude Code1 parent 2ba77a4 commit 3c87d4d
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
139 | | - | |
| 140 | + | |
| 141 | + | |
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
| |||
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
| 156 | + | |
154 | 157 | | |
155 | 158 | | |
156 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
657 | 662 | | |
658 | 663 | | |
659 | 664 | | |
| |||
801 | 806 | | |
802 | 807 | | |
803 | 808 | | |
| 809 | + | |
804 | 810 | | |
805 | 811 | | |
806 | 812 | | |
| |||
0 commit comments