Feature Request:Add subsystem support for remote session
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 993
- Avg merge
- 9d 21h
- Merged PRs (30d)
- 1
Description
Currently, PowerShell relies on the OpenSSH client library, and there is a hope to switch to SSH.NET in the future.
I hope ssh.net can add this feature:subsystem
====
PowerShell SSH remote requires subsystem
/etc/ssh/sshd_config:
Subsystem powershell /usr/bin/pwsh -sshs -NoLogo -NoProfile
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 by tracing SSH.NET's existing session and channel handling and comparing it with the PowerShell sshd_config shown in the issue. Confirm the intended subsystem request and support for /usr/bin/pwsh -sshs -NoLogo -NoProfile, then verify that a PowerShell remote session succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, powershell
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100