Aaron Paxson
Results
1
issues of
Aaron Paxson
Currently executing a multiple expect option. The code is: ``` ssh_client = SSHClientInteraction(remote_conn_pre, timeout=10, display=True) # ... STUFF i = ssh_client.expect(".* ERROR .*$", "Restarting the system\.{3}\s*") ``` This is where...