summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-07 11:24:30 +1100
committerDamien Miller <djm@mindrot.org>2013-12-07 11:24:30 +1100
commita7827c11b3f0380b7e593664bd62013ff9c131db (patch)
tree097244ca284c7d889300be68eaecbfc6cea20905
parent5be9d9e3cbd9c66f24745d25bf2e809c1d158ee0 (diff)
- jmc@cvs.openbsd.org 2013/12/06 15:29:07
[sshd.8] missing comma;
-rw-r--r--ChangeLog3
-rw-r--r--sshd.84
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 42e00382..0d0f5450 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,9 @@
domain ed25519 reference code from SUPERCOP, see
http://ed25519.cr.yp.to/software.html
feedback, help & ok djm@
+ - jmc@cvs.openbsd.org 2013/12/06 15:29:07
+ [sshd.8]
+ missing comma;
20131205
- (djm) OpenBSD CVS Sync
diff --git a/sshd.8 b/sshd.8
index b5d614c5..62615bf6 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,7 +33,7 @@
.\" (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.8,v 1.271 2013/12/06 13:39:49 markus Exp $
+.\" $OpenBSD: sshd.8,v 1.272 2013/12/06 15:29:07 jmc Exp $
.Dd $Mdocdate: December 6 2013 $
.Dt SSHD 8
.Os
@@ -494,7 +494,7 @@ For protocol version 2 the keytype is
.Dq ecdsa-sha2-nistp256 ,
.Dq ecdsa-sha2-nistp384 ,
.Dq ecdsa-sha2-nistp521 ,
-.Dq ssh-ed25519
+.Dq ssh-ed25519 ,
.Dq ssh-dss
or
.Dq ssh-rsa .