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:
@@ -4,7 +4,6 @@ import net
|
||||
import time
|
||||
import freeflowuniverse.herolib.ui.console
|
||||
import freeflowuniverse.herolib.core
|
||||
import os
|
||||
|
||||
pub enum PingResult {
|
||||
ok
|
||||
|
||||
@@ -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() ! {
|
||||
|
||||
Reference in New Issue
Block a user