PowerShell / PowerShell/Win32-OpenSSH
SSH Client set locale variables
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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