Commit 7a44e51
committed
fix: [#428] restore SSH private key permission normalization (confirmed root cause)
The SSH connectivity timeout in GitHub runners was caused by files checked out
with world/group-readable permissions. OpenSSH silently rejects private keys that
aren't exactly mode 0600. The CI test failure when permissions normalization was
disabled confirms this is the actual root cause, not a flaky test.
Normalizing to 0600 ensures SSH keys work regardless of git checkout permissions.1 parent f081976 commit 7a44e51
1 file changed
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
139 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
140 | 153 | | |
141 | 154 | | |
142 | 155 | | |
| |||
0 commit comments