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

Add 'timeout' and 'look_for_keys' optional params to ParamikoMachine.__init__() #67

Merged
merged 2 commits into from
May 31, 2013

Conversation

vittyvk
Copy link
Contributor

@vittyvk vittyvk commented May 31, 2013

There are two additional params in paramiko.SSHClient.connect:
timeout - specifies TCP timeount
look_for_keys - used for disabling private key search in ~/.ssh
Adding them to plumbum.paramiko_machine.ParamikoMachine.init()

tomerfiliba added a commit that referenced this pull request May 31, 2013
Add 'timeout' and 'look_for_keys' optional params to ParamikoMachine.__init__()
@tomerfiliba tomerfiliba merged commit 5685b13 into tomerfiliba:master May 31, 2013
@tomerfiliba
Copy link
Owner

Thanks

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

Successfully merging this pull request may close these issues.

2 participants