diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshd_config.5 | 3 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20031009 | ||
2 | - (dtucker) [sshd_config.5] UsePAM defaults to "no". ok djm@ | ||
3 | |||
1 | 20031008 | 4 | 20031008 |
2 | - (dtucker) OpenBSD CVS Sync | 5 | - (dtucker) OpenBSD CVS Sync |
3 | - dtucker@cvs.openbsd.org 2003/10/07 01:47:27 | 6 | - dtucker@cvs.openbsd.org 2003/10/07 01:47:27 |
@@ -1311,4 +1314,4 @@ | |||
1311 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1314 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1312 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1315 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1313 | 1316 | ||
1314 | $Id: ChangeLog,v 1.3068 2003/10/08 07:52:10 dtucker Exp $ | 1317 | $Id: ChangeLog,v 1.3069 2003/10/09 04:13:53 dtucker Exp $ |
diff --git a/sshd_config.5 b/sshd_config.5 index 727fdb12a..b402bbdad 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -613,7 +613,8 @@ If you enable this, you should probably disable | |||
613 | .Cm PasswordAuthentication . | 613 | .Cm PasswordAuthentication . |
614 | If you enable | 614 | If you enable |
615 | .CM UsePAM | 615 | .CM UsePAM |
616 | then you will not be able to run sshd as a non-root user. | 616 | then you will not be able to run sshd as a non-root user. The default is |
617 | .Dq no . | ||
617 | .It Cm UsePrivilegeSeparation | 618 | .It Cm UsePrivilegeSeparation |
618 | Specifies whether | 619 | Specifies whether |
619 | .Nm sshd | 620 | .Nm sshd |