exscript icon indicating copy to clipboard operation
exscript copied to clipboard

A Python module making Telnet and SSH easy

Results 48 exscript issues
Sort by recently updated
recently updated
newest added

Hi, Could you please advise on why I get the following error message when trying to login on a `ios_xr` device: ``` account = Exscript.protocols.Account("xxx", "xxx") conn = Exscript.protocols.SSH2(driver="ios_xr", connect_timeout=10,...

I would like to ssh to citrix devices by exscript. Could you tell me which module we should use? If there is not suitable module, i would like to install...

Hello, I think there is a mistake at the ```driver.py```. I get this error message: $ python test.py All jobs enqueued. Waiting for the queue to finish. [email protected]#terminal length 0...

Some version of NX-OS (e.g. nx-osv9000) does not return 'Cisco Nexus Operating System (NX-OS) Software' in the header but returns 'Cisco NX-OS Software' instead. NX-OS driver should have 'Cisco NX-OS...

Hi, Is there a way to set connection parameters created by the Queue, e.g. timeout and connect_timeout? I need to change them before the callback is called (e.g. for when...

Hi, I am having issues using the exscript with an Aruba Controller.... I am able to connect to many different devices with the same script without issues... I ran exscript...

In the driver specific files (`/exscript/Exscript/protocols/drivers`) we see three similar methods: `check_head_for_os` `check_protocol_for_os` `check_response_for_os` Each of these accept a string and upon a successful match, a confidence value is set....

There are some versions of Nexus switches that have a null byte in their prompt - '\x00' and hence doesn't match the prompt re even though the driver was set...

The documentation in https://exscript.readthedocs.io/en/latest/cli_tutorial.html#reading-host-names-from-a-csv-file says: `The CSV file has the following format: ... telnet://myhost value another_value` i.e. without mentioning that the URL syntax can include username and password as described...