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

Allow passing kwargs to paramiko client #564

Closed
wants to merge 1 commit into from

Conversation

YairHalberstadt
Copy link

Currently it's impossible to pass a socks proxy to a ParamikoMachine, even though paramiko supports that.

By chaining kwargs through to the paramiko client, we expose the full functionality of paramiko to the user.

Currently it's impossible to pass a socks proxy to a ParamikoMachine, even though paramiko supports that.

By chaining kwargs through to the paramiko client, we expose the full functionality of paramiko to the user.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.004%) to 82.388% when pulling 32f1c58 on YairHalberstadt:patch-1 into 731e7e0 on tomerfiliba:master.

@henryiii
Copy link
Collaborator

Why did you close this?

@YairHalberstadt
Copy link
Author

YairHalberstadt commented Nov 23, 2021

I realized there was some functionality missing that meant passing a socks proxy still wouldn't work. I can't remember what exactly it was right now because I tried about a month ago.

@henryiii
Copy link
Collaborator

Okay. Sorry for the delay, just now working out a few issues in the CI.

@YairHalberstadt
Copy link
Author

No problem! Thanks for all your hard work - I love plumbum!

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

Successfully merging this pull request may close these issues.

3 participants