Open Issues Need Help
View All on GitHub SSH credentials must not be hardcoded in device configuration files about 2 months ago
AI Summary: Refactor the AuditAgent Python project to remove hardcoded SSH credentials from configuration files. The solution involves dynamically prompting for credentials at runtime using the `getpass` module, supporting SSH agent integration, and potentially OS keyring integration. The project requires updates to the `linux_iptables.py`, `cli.py`, and `base.py` files, along with comprehensive testing to ensure security and backward compatibility.
Complexity:
4/5
enhancement help wanted