On Windows, AgentClient::connect_env always returns AgentFailure. This is an auth_agent failure, but shouldn't stop us from trying auth_pk or auth_password.
Dependencies
- [2]
WZBTOANNFixing "Environment variable not found" - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- edit in pijul/src/remote/ssh.rs at line 156
Err(thrussh_keys::Error::AgentFailure) => return Ok(false),