
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2022 07:03 AM
Hello,
We recently came across an issue where discovery tried to attempt SSH auth (this happens when there is an open port 22) on a network device which took down all other dependent network devices and created an outage due to discovery tried ssh for more than 10 times. I am wondering how many times discovery try to authenticate a device when the credentials are not working?
Thanks!
Solved! Go to Solution.
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2022 12:04 PM
It tries all your valid credentials - so if you have 1 valid SSH account - then once. If you have 10 accounts then 10 times. So look at your credential table and look to see how you setup your credentials.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2022 07:16 AM
I believe it will continue to "try" to discover that device for each scheduled job. We had a similar issue and have had to "exclude" those network devices from our schedules. We understand that in the next version Servicenow will have a global exclusion policy which would help us with this aspect. Hope that helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2022 07:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2022 12:04 PM
It tries all your valid credentials - so if you have 1 valid SSH account - then once. If you have 10 accounts then 10 times. So look at your credential table and look to see how you setup your credentials.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2022 06:49 PM
I thought same credential is going to be tried multiple times on the same ip at that moment. Thanks for confirming that.