Wrap paramiko open_session() call in try/except
Ran across non-unix host where the call to paramiko's open_session() in exec_command() would throw a EOFError exception. This change wraps the block in a try/except.
Showing
Please
register
or
sign in
to comment