Commit 669e7e4
authored
Fix host key verification failure for clush console type (#2141)
The clush SSH options were missing StrictHostKeyChecking=no and
LogLevel=ERROR, causing "Host key verification failed" errors on
all clush connections.
Will be improved by #2140 in the future.
Signed-off-by: Christian Berendt <berendt@osism.tech>1 parent 985a085 commit 669e7e4
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
230 | 234 | | |
231 | 235 | | |
232 | 236 | | |
| |||
0 commit comments