summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2019-07-23 23:06:57 +0000
committerDamien Miller <djm@mindrot.org>2019-07-30 15:06:27 +1000
commit0e2fe18acc1da853a9120c2e9af68e8d05e6503e (patch)
treef4903fce6426927daf835ab77fa0d1c240350a90 /sshd_config.5
parente93ffd1a19fc47c49d68ae2fb332433690ecd389 (diff)
upstream: Fix typo in CASignatureAlgorithms wherein what should be
a comma is a dot. Patch from hnj2 via github pr#141. OpenBSD-Commit-ID: 01f5a460438ff1af09aab483c0a70065309445f0
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.56
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index fd83bcef1..9b155f6c1 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.286 2019/06/12 05:53:21 jmc Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.287 2019/07/23 23:06:57 dtucker Exp $
37.Dd $Mdocdate: June 12 2019 $ 37.Dd $Mdocdate: July 23 2019 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -385,7 +385,7 @@ Specifies which algorithms are allowed for signing of certificates
385by certificate authorities (CAs). 385by certificate authorities (CAs).
386The default is: 386The default is:
387.Bd -literal -offset indent 387.Bd -literal -offset indent
388ecdsa-sha2-nistp256.ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, 388ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
389ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa 389ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
390.Ed 390.Ed
391.Pp 391.Pp