Commit e67cf57
committed
ssh: Fix public key only configuration
Use the correct igconf option to inspect the variable governing whether
public key only auth should be used.
Ensure igconf reports an error and exits non-zero if an unsupported
option is provided. Unfortunately, this won't trigger a build failure
because scripts in the YAML are executed in a new process, and
enforcing strict shell behaviour for the whole build is not viable.1 parent 192a6fe commit e67cf57
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments