This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Add binary-mode options to SSHClient.exec_command(...) for binary stdout, stderr channels. | |
See: https://github.com/paramiko/paramiko/issues/291 | |
""" | |
import paramiko | |
def _patched_exec_command(self, |