I got a bit further: - Installed version 3.2.0: (pip uninstall rpyc, pip install -Iv rpyc==3.2.0). This version has rpyc.utils.ssh.SshContext - Using rpyc.utils.classic.ssh_connect instead of rpyc.ssh_connect (does not exist)
Currently I'm getting an error: "The system cannot find the file specified". I'm guessing because 'ssh' is not defined at command-line in Windows. On Wednesday, September 9, 2015 at 7:24:06 PM UTC+2, ldogs wrote: > > I'm having trouble implementing an SSH-tunnel, following > http://rpyc.readthedocs.org/en/latest/docs/secure-connection.html > > Specifically rpyc.utils.ssh doesn't exist, so that I can't import > SshContext. I have ssh for python installed. > > Things I've tried so far: > > - Windows (8.1) and Linux (Ubuntu 14.04) > - Different version of rpyc (pip install -Iv rpyc==3.22) > - Different version of Python (2.7 and 3.4) > > > Any suggestions on how to get the correct version of rpyc? > -- --- You received this message because you are subscribed to the Google Groups "rpyc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
