PowerShell / PowerShell/Win32-OpenSSH

SSH Client set locale variables

Open
#1,789 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
8.3k
Forks
819
PR merge metrics
No merged PRs in 30d

Description

SSH Client should set locale variables when connecting, respecting default configuration for ssh_config (SendEnv LANG LC_* ).
Somehow it should get system localization string (like en_US), add encoding (resulting in en_US.utf8) and sending as LANG LC_* variables.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the SSH Client connection path and the ssh_config handling for SendEnv LANG LC_. Determine how the Windows system localization string and encoding should be obtained, then verify that LANG and LC_ variables are sent with the expected locale value while respecting the default SSH configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
networking, operating-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.