How to connect to private server which can be connected only through bridge server
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 993
- Avg merge
- 9d 21h
- Merged PRs (30d)
- 1
Description
I have a private server (Server-C) which can be connected only through bridge server (Server-B). I am able to connect to Server-B from my application using SshClient.Connect(Server-B,UserName,Password). Here I need help on how to connect to Server-C using the connection established, so that my application can directly talk to Server-C
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 SshClient.Connect(Server-B, UserName, Password) entry point described in the issue and review SSH.NET's documented connection and forwarding capabilities. Determine whether an established connection can be used to reach Server-C through Server-B; done should be a clear supported procedure or an explicit statement of the limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- networking
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100