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

rpyc.ssh_connect() is missing #52

Closed
rhayward opened this issue Oct 4, 2011 · 1 comment
Closed

rpyc.ssh_connect() is missing #52

rhayward opened this issue Oct 4, 2011 · 1 comment

Comments

@rhayward
Copy link
Contributor

rhayward commented Oct 4, 2011

According to http://rpyc.sourceforge.net/docs/secure-connection.html

And then, establishing a connection over SSH is a one-liner:
conn = rpyc.ssh_connect(sshctx, 12345)

but rpyc.ssh_connect() does not exist. One must do
from rpyc.utils.factory import ssh_connect
to access ssh_connnect.

The fix is simple, I'm working on a pull request right now.
EDIT: the pull request is #53

[tangent]
Thanks for all of your hard work. I love the new ssh integration. This is so much cleaner than what I used to do. Keep it up!
[/tangent]

@tomerfiliba
Copy link
Collaborator

thanks very much robert (especially for your kind words :)

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

No branches or pull requests

2 participants