sshnet / sshnet/SSH.NET

How to connect to private server which can be connected only through bridge server

Open
#556 1 comment 0 reactions 0 assignees View on GitHub

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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.