refactor: Harden and improve SSH agent module

- Add extensive security validations for SSH agent
- Implement robust `ssh-agent` auto-start script
- Enhance `sshagent` operations with improved error handling
- Revamp `sshagent` test suite for comprehensive coverage
- Update `sshagent` README with detailed documentation
This commit is contained in:
Mahmoud-Emad
2025-08-25 16:32:20 +03:00
parent 0bc6150986
commit 32e7a6df4f
19 changed files with 787 additions and 1648 deletions

View File

@@ -1,9 +1,6 @@
module base
import freeflowuniverse.herolib.data.paramsparser
import freeflowuniverse.herolib.ui
import freeflowuniverse.herolib.ui.console
import crypto.md5
@[params]
pub struct ContextConfigArgs {