ayrton icon indicating copy to clipboard operation
ayrton copied to clipboard

better remote() interface

Open StyXman opened this issue 12 years ago • 1 comments
trafficstars

we're currently talking to the remote through the 3 streams returned by paramiko's SSHClient.run_command(). try to make it look more like sh's Command interface.

StyXman avatar Sep 10 '13 21:09 StyXman

the semantics has been frozen on a synchronous model. you don't see and you can't interact with the file-like objects representing stdin/out/err.

StyXman avatar Dec 02 '15 09:12 StyXman