netenglabs / suzieq

Using network observability to operate and design healthier networks
https://www.stardustsystems.net/
Apache License 2.0
780 stars 104 forks source link

bug fix on inventory set_device #897

Closed AndryNick98 closed 1 year ago

AndryNick98 commented 1 year ago

Related Issue

865

Description

Fix the problem that occur when inside an inventory file be set https as transport but the port remain 22 instead of 443. Modified set_device method inside source class to set the correct default port based on transport. Fix mismanagement about ignore_known_hosts property. Updated test.

Type of change

Double Check