summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2021-02-23 21:50:18 +0000
committerDamien Miller <djm@mindrot.org>2021-02-24 08:56:22 +1100
commit0aeb508aaabc4818970c90831e3d21843c3c6d09 (patch)
tree6d5ec6e49887cf81262e003f3a59544816275e75
parentf186a020f2ba5f9c462a23293750e29ba0a746b1 (diff)
upstream: Correct reference to signature algorithms as keys; from
Jakub Jelen OpenBSD-Commit-ID: 36f7ecee86fc811aa0f8e21e7a872eee044b4be5
-rw-r--r--sshd_config.56
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 76109ab4..7ad2e5c3 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.325 2021/01/26 05:32:22 dtucker Exp $
-.Dd $Mdocdate: January 26 2021 $
+.\" $OpenBSD: sshd_config.5,v 1.326 2021/02/23 21:50:18 djm Exp $
+.Dd $Mdocdate: February 23 2021 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -1511,7 +1511,7 @@ sk-ecdsa-sha2-nistp256@openssh.com,
rsa-sha2-512,rsa-sha2-256,ssh-rsa
.Ed
.Pp
-The list of available key types may also be obtained using
+The list of available signature algorithms may also be obtained using
.Qq ssh -Q PubkeyAcceptedAlgorithms .
.It Cm PubkeyAuthOptions
Sets one or more public key authentication options.