Skip to content

Releases: jonsch-org/InterStat

InterStat.py

09 Jan 12:17
4c99908
Compare
Choose a tag to compare

With the new version of 1.1 I have changed following things:

  1. Completely new code structure and more simply instead before.

  2. If the script can not build up a ssh connection with a device, the script will skip the current device and will take the next ip address from the ip-list.

# Trying to login to 10.14.255.185 # Timeout: Can not connect to device. Check network reachability.
  1. If the script can not authenticate with the selected credentials by the device, the script will skip the current device and will take the next ip address from the ip-list.
# Trying to login to 10.30.18.1 # Authentication failed: Can not login with selected credentials. # Trying to login with local credentials... # Authentication failed: Can not login with locale credentials.