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

Passthrough OpenSSH client? #162

Open
shymega opened this issue Aug 25, 2024 · 1 comment
Open

Passthrough OpenSSH client? #162

shymega opened this issue Aug 25, 2024 · 1 comment

Comments

@shymega
Copy link

shymega commented Aug 25, 2024

Hi,

I found this crate when writing a Rust wrapper around ssh. It looks like what I need, but I'd like to be able to 'pass through' the SSH client-specific arguments to this crate.

Is that possible?

Thanks.

@NobodyXu
Copy link
Member

SessionBuilder contains many options supported, depending on the use case they might be enough.

I don't think it's a good idea to pass unsanitized args directly to ssh, but if there's a use case, I'd accept a PR to add a new method to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants