diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-03-31 21:33:50 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-03-31 21:33:50 +1000 |
commit | 83d5a9866d590844ed78c92fe09bc862424a8c55 (patch) | |
tree | d9b4801b1b7d8f7497a96e7288428fafb88f39b2 | |
parent | 1f04ca240d8c3d988a6bdf21961343ee22f2a289 (diff) |
- jmc@cvs.openbsd.org 2005/03/18 17:05:00
[sshd_config.5]
typo;
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshd_config.5 | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -9,6 +9,9 @@ | |||
9 | - markus@cvs.openbsd.org 2005/03/16 21:17:39 | 9 | - markus@cvs.openbsd.org 2005/03/16 21:17:39 |
10 | [version.h] | 10 | [version.h] |
11 | 4.1 | 11 | 4.1 |
12 | - jmc@cvs.openbsd.org 2005/03/18 17:05:00 | ||
13 | [sshd_config.5] | ||
14 | typo; | ||
12 | 15 | ||
13 | 20050329 | 16 | 20050329 |
14 | - (dtucker) [contrib/aix/buildbff.sh] Bug #1005: Look up only the user we're | 17 | - (dtucker) [contrib/aix/buildbff.sh] Bug #1005: Look up only the user we're |
@@ -2399,4 +2402,4 @@ | |||
2399 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2402 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2400 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2403 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2401 | 2404 | ||
2402 | $Id: ChangeLog,v 1.3730 2005/03/31 11:31:54 dtucker Exp $ | 2405 | $Id: ChangeLog,v 1.3731 2005/03/31 11:33:50 dtucker Exp $ |
diff --git a/sshd_config.5 b/sshd_config.5 index 8d291e61d..ea79a54bf 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: sshd_config.5,v 1.39 2005/03/01 10:09:52 djm Exp $ | 37 | .\" $OpenBSD: sshd_config.5,v 1.40 2005/03/18 17:05:00 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD_CONFIG 5 | 39 | .Dt SSHD_CONFIG 5 |
40 | .Os | 40 | .Os |
@@ -630,7 +630,7 @@ To disable TCP keepalive messages, the value should be set to | |||
630 | .It Cm UseDNS | 630 | .It Cm UseDNS |
631 | Specifies whether | 631 | Specifies whether |
632 | .Nm sshd | 632 | .Nm sshd |
633 | should lookup the remote host name and check that | 633 | should look up the remote host name and check that |
634 | the resolved host name for the remote IP address maps back to the | 634 | the resolved host name for the remote IP address maps back to the |
635 | very same IP address. | 635 | very same IP address. |
636 | The default is | 636 | The default is |