Skip to content

Building SSH proxy #307

Answered by Eugeny
crabrs asked this question in Q&A
Jul 2, 2024 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

It's impossible to single it out as a small example, but Warpgate is just creating an Russh server (https://github.com/warp-tech/warpgate/blob/main/warpgate-protocol-ssh/src/server/russh_handler.rs), waiting for a client to connect, and then opens its own Russh client connection (https://github.com/warp-tech/warpgate/blob/main/warpgate-protocol-ssh/src/client/mod.rs) and then forwards operations between the two

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@crabrs
Comment options

@Eugeny
Comment options

Answer selected by crabrs
@crabrs
Comment options

@Eugeny
Comment options

@crabrs
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants