pijul nest
guest [sign in]

Fake agent client on Windows

[?]
Dec 3, 2020, 4:34 PM
55M4M5YUVXAKHQYQJI2VFOKOTB5IGD33NFTLSFPYR2P367E2G6EAC

Dependencies

  • [2] 7FRJYUI6 Reboot because of a bad change

Change contents

  • edit in thrussh-keys/src/agent/client.rs at line 50
    [2.140617]
    [2.140617]
    #[cfg(not(unix))]
    impl AgentClient<tokio::net::UnixStream> {
    /// Build a future that connects to an SSH agent via the provided
    /// stream (on Unix, usually a Unix-domain socket).
    pub async fn connect_env() -> Result<Self, anyhow::Error> {
    Err(Error::AgentFailure.into())
    }
    }