diff options
author | Damien Miller <djm@mindrot.org> | 2000-03-17 23:40:15 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-03-17 23:40:15 +1100 |
commit | 7684ee17ee96426970c00cb44d9d00b6611b9a57 (patch) | |
tree | cb447b6e9d3fdc10b3e66a90b198092d7245447a /sshd.8 | |
parent | d6121d2972c1a6924f6d186ea04eefe9dab774ef (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.8 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | |||
147 | from inetd because it needs to generate the server key before it can | 147 | from inetd because it needs to generate the server key before it can |
148 | respond to the client, and this may take tens of seconds. Clients | 148 | respond to the client, and this may take tens of seconds. Clients |
149 | would have to wait too long if the key was regenerated every time. | 149 | would have to wait too long if the key was regenerated every time. |
150 | However, with small key sizes (e.g. 512) using | 150 | However, with small key sizes (e.g., 512) using |
151 | .Nm | 151 | .Nm |
152 | from inetd may | 152 | from inetd may |
153 | be feasible. | 153 | be feasible. |