File 3841-ssh-ssh-rsa-doc-updated.patch of Package erlang
From bc04eeda4407b44682d7c30d919321874dcc02f3 Mon Sep 17 00:00:00 2001
From: Hans Nilsson <hans@erlang.org>
Date: Wed, 17 Mar 2021 10:51:09 +0100
Subject: [PATCH] ssh: 'ssh-rsa' doc updated
---
lib/ssh/doc/src/SSH_app.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/ssh/doc/src/SSH_app.xml b/lib/ssh/doc/src/SSH_app.xml
index 3ed7c8c84b..3b24e40db9 100644
--- a/lib/ssh/doc/src/SSH_app.xml
+++ b/lib/ssh/doc/src/SSH_app.xml
@@ -206,11 +206,11 @@
<item>ssh-ed448</item>
<item>rsa-sha2-256</item>
<item>rsa-sha2-512</item>
- <item>ssh-rsa <i>(SHA1 sign/verify are supported but disabled by default from OTP-24)</i></item>
</list>
- <p>The following unsecure <c>SHA1</c> algorithm is supported but disabled by default:</p>
+ <p>The following unsecure <c>SHA1</c> algorithms are supported but disabled by default:</p>
<list>
<item>(ssh-dss)</item>
+ <item>(ssh-rsa)</item>
</list>
<p>See
Disabled public key algorithms can be enabled with the
@@ -318,6 +318,7 @@
<item>6.6. Public Key Algorithms
<list type="bulleted">
<item>ssh-dss</item>
+ <item>ssh-rsa</item>
</list>
</item>
</list>
--
2.26.2