Closed scizzorz closed 4 years ago
Mold only accepts ~/.ssh/id_rsa right now, but it's possible that there's a valid credential somewhere else in there.
~/.ssh/id_rsa
Relevant function from Cargo source: https://github.com/rust-lang/cargo/blob/058baec9d9bba1d3417881ae1d5efc27c84d956b/src/cargo/sources/git/utils.rs#L471
Mold only accepts
~/.ssh/id_rsa
right now, but it's possible that there's a valid credential somewhere else in there.