Skip to content

Rust-based SSH agent that prevents hijacking by requiring confirmation for each signature request and supports multiple sub-agents for managing diverse keys.

License

Notifications You must be signed in to change notification settings

simplito/ssh-agentex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh-agentex

Rust-based SSH agent that prevents hijacking by requiring confirmation for each signature request and supports multiple sub-agents for managing diverse keys.

Usage: ssh-agentex [-p] [ADDITIONAL_SUBAGENT_PATH]...

  -p, --permissive    do not show confirmation dialog
                      only useful when additional subagents are used
  -h, --help          this usage help

Always proxies the current agent pointed by SSH_AUTH_SOCK environment variable.
You can specify additional agents that should be queried in case when you want
to use keys from multiple sources.
In case multiple agents are used all client requests (beside identities request)
are processed sequentially until receiving first successfull response from sub agent.

About

Rust-based SSH agent that prevents hijacking by requiring confirmation for each signature request and supports multiple sub-agents for managing diverse keys.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages