ayrton
ayrton copied to clipboard
better remote() interface
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.
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.