Skip to content

Weekly review follow-up: remove global SSH SetEnv TERM override#53

Closed
Copilot wants to merge 2 commits into
masterfrom
copilot/weekly-review-2026-w20
Closed

Weekly review follow-up: remove global SSH SetEnv TERM override#53
Copilot wants to merge 2 commits into
masterfrom
copilot/weekly-review-2026-w20

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 11, 2026

This weekly review covered recent commits/PRs and open issues for leaks, compatibility regressions, and low-risk improvements. One actionable regression was found in SSH config behavior and corrected.

  • Compatibility regression cleanup

    • Removed global SetEnv TERM=xterm-256color from ssh/config (Host * block).
    • This restores the intended post-review state where SSH sessions are not forced to export TERM for every host.
  • Scope

    • No broader config refactors.
    • Kept change surface to one line in one file.
Host *
    ControlMaster auto
    ControlPath ~/.ssh/controlmasters/%r@%h:%p
    ControlPersist 1800
    Compression yes

Copilot AI linked an issue May 11, 2026 that may be closed by this pull request
Agent-Logs-Url: https://github.com/stanfish06/my-configs/sessions/9c0dc55c-d7b8-48ef-ad33-fe80c48e679c

Co-authored-by: stanfish06 <93099613+stanfish06@users.noreply.github.com>
Copilot AI changed the title [WIP] Review weekly changes and open issues for 2026-W20 Weekly review follow-up: remove global SSH SetEnv TERM override May 11, 2026
Copilot AI requested a review from stanfish06 May 11, 2026 10:19
@stanfish06 stanfish06 closed this May 11, 2026
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.

Weekly repo review – 2026-W20

2 participants