Mike Pennington

Results 2 issues of Mike Pennington

Exscript has problems logging into systems which need changes to allowed SSH2 ciphers... Exscript will fail on this host... Example script: ```python from Exscript.util.interact import read_login from Exscript.protocols import SSH2...

I have been trying to figure out how to manually run a sudo command with Exscript, but the way to do so escapes me. I'm trying to use `send()` to...