summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-17 23:40:15 +1100
committerDamien Miller <djm@mindrot.org>2000-03-17 23:40:15 +1100
commit7684ee17ee96426970c00cb44d9d00b6611b9a57 (patch)
treecb447b6e9d3fdc10b3e66a90b198092d7245447a /sshd.8
parentd6121d2972c1a6924f6d186ea04eefe9dab774ef (diff)
- OpenBSD CVS updates:
- [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c] [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c] [sshd.c] pedantic: signed vs. unsigned, void*-arithm, etc - [ssh.1 sshd.8] Various cleanups and standardizations.
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index c5497cf9f..a20490188 100644
--- a/sshd.8
+++ b/sshd.8
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sat Apr 22 21:55:14 1995 ylo 10.\" Created: Sat Apr 22 21:55:14 1995 ylo
11.\" 11.\"
12.\" $Id: sshd.8,v 1.13 2000/03/09 10:27:53 damien Exp $ 12.\" $Id: sshd.8,v 1.14 2000/03/17 12:40:18 damien Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSHD 8 15.Dt SSHD 8
@@ -147,7 +147,7 @@ is normally not run
147from inetd because it needs to generate the server key before it can 147from inetd because it needs to generate the server key before it can
148respond to the client, and this may take tens of seconds. Clients 148respond to the client, and this may take tens of seconds. Clients
149would have to wait too long if the key was regenerated every time. 149would have to wait too long if the key was regenerated every time.
150However, with small key sizes (e.g. 512) using 150However, with small key sizes (e.g., 512) using
151.Nm 151.Nm
152from inetd may 152from inetd may
153be feasible. 153be feasible.