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.

Altafen
Sep 7, 2021, 9:12 AM
3U2ETQIWK3YTRVK67NCI2L4NREHHATGO3H7BS73RFR4NOIZNKXXQC

Dependencies

  • [2] WZBTOANN Fixing "Environment variable not found"
  • [*] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).

Change contents

  • edit in pijul/src/remote/ssh.rs at line 156
    [2.195]
    [2.195]
    Err(thrussh_keys::Error::AgentFailure) => return Ok(false),