Skip to content

Conversation

@ammar-agent
Copy link
Collaborator

@ammar-agent ammar-agent commented Dec 8, 2025

The previous fix (#981) used LogLevel=ERROR, but mux_client_request_session messages are at ERROR level in OpenSSH.

Using LogLevel=FATAL suppresses these while still showing fatal connection failures.

One-line fix

- args.push("-o", "LogLevel=ERROR");
+ args.push("-o", "LogLevel=FATAL");

Generated with mux

@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Repo admins can enable using credits for code reviews in their settings.

The previous fix (#981) used LogLevel=ERROR, but mux_client_request_session
messages are at ERROR level in OpenSSH. Using LogLevel=FATAL suppresses
these while still showing fatal connection failures.
@ammar-agent ammar-agent force-pushed the fix-mux-session-open-refused branch from 9d08c87 to c7b4af6 Compare December 8, 2025 20:42
@ammario ammario merged commit c59135c into main Dec 8, 2025
19 checks passed
@ammario ammario deleted the fix-mux-session-open-refused branch December 8, 2025 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants