Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support proxy mode #6

Closed
NobodyXu opened this issue Sep 18, 2022 · 2 comments
Closed

Feature request: Support proxy mode #6

NobodyXu opened this issue Sep 18, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@NobodyXu
Copy link
Member

This would enable this crate to be used on windows 10, where unix domain socket is supproted but sending fds over it is not supported.

This would also make it possible to pool connection and further improve performance, at the cost of more complex code and more code to maintain.

But I think the benefit outweight the cost.

@NobodyXu
Copy link
Member Author

The windows support is blocked on tokio-rs/tokio#2201

@NobodyXu
Copy link
Member Author

Superseded by openssh-rust/openssh#152 which avoids external ssh dependency altogether

@NobodyXu NobodyXu closed this as not planned Won't fix, can't repro, duplicate, stale Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant