diff options
author | Damien Miller <djm@mindrot.org> | 2013-12-07 11:24:30 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-12-07 11:24:30 +1100 |
commit | a7827c11b3f0380b7e593664bd62013ff9c131db (patch) | |
tree | 097244ca284c7d889300be68eaecbfc6cea20905 /sshd.8 | |
parent | 5be9d9e3cbd9c66f24745d25bf2e809c1d158ee0 (diff) | |
download | openssh-git-a7827c11b3f0380b7e593664bd62013ff9c131db.tar.gz |
- jmc@cvs.openbsd.org 2013/12/06 15:29:07
[sshd.8]
missing comma;
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 . |