SSH Tunnelling (Remote Forwarding) issue
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 993
- Avg merge
- 9d 21h
- Merged PRs (30d)
- 1
Description
Hello Team. I'm facing an issue in this library in SSH Tunnelling (Remote Port Forwarding). The SSHClient connects fine to my server but the tunnelling doesn't work as expected. It works partially as in, I can see some response on the server. While single stepping, found that Request received callback keeps firing frequently. I have tried holding the port using a blocking API call but that wasn't helpful either. I tried this through CLI tools (Openssh, AutoSSH) and this feature works fine there. Any thoughts on how to solve this issue?
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
The issue names no files or tests. Start by reproducing SSH remote port forwarding with SSHClient and observe the Request received callback while comparing the behavior with OpenSSH or AutoSSH. Done means the remote tunnel forwards traffic reliably without the callback firing unexpectedly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100