Bug 1918677: templates: use valid binary in AuthorizedKeysCommand#2355
Bug 1918677: templates: use valid binary in AuthorizedKeysCommand#2355vrutkovs wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
/cc @LorbusChris |
|
@vrutkovs: This pull request references Bugzilla bug 1918677, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/retest |
|
was it always broken or any recent FCOS update caused it? |
Always was broken, but we didn't get a chance to properly identify it :/ |
|
/approve |
|
I don't think we want to remove that snippet entirely, since we still want to disable lookup from the authorized_keys.d dir. /cc @bgilbert |
|
Not sure why, but ssh'ing to masters from workers worked when I removed that setting (via |
|
Yeah, I'd try setting it to |
626e62a to
5fe1599
Compare
|
@vrutkovs: This pull request references Bugzilla bug 1918677, which is valid. 3 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
okay, updated, PTAL |
|
hi @vrutkovs ! do we expect that okd-e2e-aws test to pass, looking at past runs it seems kind of flaky right? |
It should pass, yeah, must be flakes. This change doesn't affect e2e tests, just helps us debug failures. /retest |
|
/retest |
|
Content LGTM. Commit message and PR title need an update. |
agree with @bgilbert 👍 hold so can be fixed /hold |
sshd_config dropin requires a valid binary to be used in AuthorizedKeysCommand
5fe1599 to
5a913ec
Compare
|
/retest |
|
/retest |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bgilbert, sinnykumari, vrutkovs The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
9cc9d68 to
5a913ec
Compare
|
/retest |
1 similar comment
|
/retest |
| inline: | | ||
| # disable key lookup from ~/.ssh/authorized_keys.d/ on FCOS | ||
| AuthorizedKeysCommand none | ||
| AuthorizedKeysCommand /bin/true |
There was a problem hiding this comment.
can you try explicitly setting it to nil/empty?
| AuthorizedKeysCommand /bin/true | |
| AuthorizedKeysCommand |
There was a problem hiding this comment.
this should re-instate the default
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
@vrutkovs: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@vrutkovs: This pull request references Bugzilla bug 1918677. The bug has been updated to no longer refer to the pull request using the external bug tracker. All external bug links have been closed. The bug has been moved to the NEW state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Setting
AuthorizedKeysCommandwith invalid path breaks ssh on hosts:This PR would set it to
/bin/trueReverts #2087