ssh: Use winpipe for SSH agent on Windows
1 failed
1 pending
(2 total)
View logs
modified crates/radicle-crypto/Cargo.toml
@@ -32,6 +32,9 @@ ssh-key = { workspace = true, features = ["std", "encryption", "getrandom"], opt
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-crypto/src/ssh/agent.rs
@@ -6,10 +6,10 @@ pub use radicle_ssh::{self as ssh, agent::client::ClientStream};
|
|
|
|
|
|
| - | |
| - | |
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-ssh/Cargo.toml
@@ -18,3 +18,6 @@ byteorder = { workspace = true }
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
modified crates/radicle-ssh/src/agent/client.rs
@@ -1,14 +1,17 @@
|
|
| - | |
|
|
| - | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
|
|
|
|
|
@@ -372,21 +375,40 @@ impl<S: ClientStream> AgentClient<S> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -402,6 +424,11 @@ impl ClientStream for UnixStream {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|