pushyrpc / pushy

Easy-as RPC. Zero-server RPC for Python and Java.
http://github.com/pushyrpc/pushy
45 stars 18 forks source link

Native SSH transport ignores port keyword argument #29

Closed axw closed 12 years ago

axw commented 12 years ago

The Paramiko SSH transport honours the argument, the native (OpenSSH, PuTTY) SSH transport does not.


Imported from Launchpad using lp2gh.

axw commented 12 years ago

(by axwalk) Fixed. Tested using tunnelled port (ssh -L 8022:localhost:22). Verified that Paramiko and native SSH both honour the port argument, and defaults to 22 if not specified. Also verified that the "putfile" and "getfile" methods pass the port to scp/pscp.