Releases: jonsch-org/InterStat
Releases · jonsch-org/InterStat
InterStat.py
With the new version of 1.1 I have changed following things:
-
Completely new code structure and more simply instead before.
-
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.
- 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.