Skip to content

Commit 71cd4ab

Browse files
committed
fixed #468 - allow RSA keys below 2048bit length
1 parent e549330 commit 71cd4ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ signature = "2.2"
2828
ssh-encoding = { version = "0.2", features = [
2929
"bytes",
3030
] }
31-
ssh-key = { version = "=0.6.9", features = [
31+
ssh-key = { version = "=0.6.10", features = [
3232
"ed25519",
3333
"rsa",
3434
"rsa-sha1",
@@ -37,6 +37,7 @@ ssh-key = { version = "=0.6.9", features = [
3737
"p521",
3838
"encryption",
3939
"ppk",
40+
"hazmat-allow-insecure-rsa-keys",
4041
], package = "internal-russh-forked-ssh-key" }
4142
thiserror = "1.0.30"
4243
tokio = { version = "1.17.0" }

0 commit comments

Comments
 (0)