We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e549330 commit 71cd4abCopy full SHA for 71cd4ab
Cargo.toml
@@ -28,7 +28,7 @@ signature = "2.2"
28
ssh-encoding = { version = "0.2", features = [
29
"bytes",
30
] }
31
-ssh-key = { version = "=0.6.9", features = [
+ssh-key = { version = "=0.6.10", features = [
32
"ed25519",
33
"rsa",
34
"rsa-sha1",
@@ -37,6 +37,7 @@ ssh-key = { version = "=0.6.9", features = [
37
"p521",
38
"encryption",
39
"ppk",
40
+ "hazmat-allow-insecure-rsa-keys",
41
], package = "internal-russh-forked-ssh-key" }
42
thiserror = "1.0.30"
43
tokio = { version = "1.17.0" }
0 commit comments