-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh: Replace cockpit-ssh with cockpit.beiboot #19441
Conversation
f51a1f6
to
d304a90
Compare
88c969d
to
3b3581c
Compare
3b3581c
to
ea4d544
Compare
c34aa52
to
ab45c5a
Compare
a5197b7
to
43ee8f1
Compare
3347541
to
52642f4
Compare
88a2c92
to
c23b02a
Compare
🥳 Green! I may do some more cleanup now, but just in case I break things again 😓 Green was on commit c23b02a. |
244dd12
to
f16216b
Compare
console.error("login: got unexpected host key prompt, expecting login-data placeholder:", key); | ||
fatal(_("Internal protocol error")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These 2 added lines are not executed by any test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Let's christen this new dinghy!
🍾 ⛵
|
Build and runtime dependency was dropped in cockpit-project/cockpit#19441
This has been unnecessary since commit b06bd37, as installing cockpit-bridge brings this in as a dependency. It will actually drop from the image after the next Cockpit release, as it was dropped in cockpit-project/cockpit#19441
This has been unnecessary since commit b06bd37, as installing cockpit-bridge brings this in as a dependency. It will actually drop from the image after the next Cockpit release, as it was dropped in cockpit-project/cockpit#19441
The explicit runtime dependency has been unnecessary since commit 9a6962d, as installing cockpit-bridge brings this in as a dependency. It will actually drop from the image after the next Cockpit release, as it was dropped in cockpit-project/cockpit#19441 Also drop it from the base container.
This has been unnecessary for many years, as installing cockpit-bridge brings this in as a dependency. It will actually drop from most images (except for RHEL 8) after the next Cockpit release, as it was dropped in cockpit-project/cockpit#19441
Cleanup after cockpit-project#19441. In particular, drop the dependency in the Arch packaging.
This has been unnecessary for many years, as installing cockpit-bridge brings this in as a dependency. It will actually drop from most images (except for RHEL 8) after the next Cockpit release, as it was dropped in cockpit-project/cockpit#19441
The explicit runtime dependency has been unnecessary since commit 9a6962d, as installing cockpit-bridge brings this in as a dependency. It will actually drop from the image after the next Cockpit release, as it was dropped in cockpit-project/cockpit#19441 Also drop it from the base container.
This has been unnecessary since commit b06bd37, as installing cockpit-bridge brings this in as a dependency. It will actually drop from the image after the next Cockpit release, as it was dropped in cockpit-project/cockpit#19441
Build and runtime dependency was dropped in cockpit-project/cockpit#19441
Cleanup after #19441. In particular, drop the dependency in the Arch packaging.
This has never been necessary, as the image pre-installs the whole `cockpit` package, which pulls it in as a dependency. This build/runtime dependency was dropped in cockpit-project/cockpit#19441
This has never been necessary, as the image pre-installs the whole `cockpit` package, which pulls it in as a dependency. This build/runtime dependency was dropped in cockpit-project/cockpit#19441
Cleanup after cockpit-project#19441. In particular, drop the dependency in the Arch packaging.
Cleanup after cockpit-project#19441. In particular, drop the dependency in the Arch packaging.
Cleanup after cockpit-project#19441. In particular, drop the dependency in the Arch packaging.
https://issues.redhat.com/browse/COCKPIT-1029
TODO:
[Ssh-Login] host =
(ignore_hostkey
in cockpitsshrelay.c) with 127.0.0.1 default (covered byTestLogin.testServer
andTestLoopback.testBasic
)COCKPIT_SSH_KNOWN_HOSTS_FILE
in beiboot. Covered byTestWsBastionContainer
(on fcos)git grep cockpit-ssh
test/verify/check-loopback TestLoopback.testBasic