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

@@ -4,7 +4,6 @@ import net
import time
import freeflowuniverse.herolib.ui.console
import freeflowuniverse.herolib.core
import os
pub enum PingResult {
ok

View File

@@ -3,7 +3,6 @@ module core
import freeflowuniverse.herolib.ui.console
import freeflowuniverse.herolib.core.texttools
import freeflowuniverse.herolib.core
import os
// update the package list
pub fn package_refresh() ! {