Fake agent client on Windows
[?]
Dec 3, 2020, 4:34 PM
55M4M5YUVXAKHQYQJI2VFOKOTB5IGD33NFTLSFPYR2P367E2G6EACDependencies
- [2]
7FRJYUI6Reboot because of a bad change
Change contents
- edit in thrussh-keys/src/agent/client.rs at line 50
#[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())}}