diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshd.8 | 7 |
2 files changed, 10 insertions, 2 deletions
@@ -27,6 +27,9 @@ | |||
27 | - stevesk@cvs.openbsd.org 2002/02/28 20:36:42 | 27 | - stevesk@cvs.openbsd.org 2002/02/28 20:36:42 |
28 | [sshd.8] | 28 | [sshd.8] |
29 | DenyUsers allows user@host pattern also | 29 | DenyUsers allows user@host pattern also |
30 | - stevesk@cvs.openbsd.org 2002/02/28 20:46:10 | ||
31 | [sshd.8] | ||
32 | -u0 DNS for user@host | ||
30 | 33 | ||
31 | 20020226 | 34 | 20020226 |
32 | - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests | 35 | - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests |
@@ -7758,4 +7761,4 @@ | |||
7758 | - Wrote replacements for strlcpy and mkdtemp | 7761 | - Wrote replacements for strlcpy and mkdtemp |
7759 | - Released 1.0pre1 | 7762 | - Released 1.0pre1 |
7760 | 7763 | ||
7761 | $Id: ChangeLog,v 1.1898 2002/03/05 01:37:12 mouring Exp $ | 7764 | $Id: ChangeLog,v 1.1899 2002/03/05 01:38:57 mouring Exp $ |
@@ -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.8,v 1.169 2002/02/28 20:36:42 stevesk Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.170 2002/02/28 20:46:10 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -293,6 +293,11 @@ Authentication mechanisms that may require DNS include | |||
293 | and using a | 293 | and using a |
294 | .Cm from="pattern-list" | 294 | .Cm from="pattern-list" |
295 | option in a key file. | 295 | option in a key file. |
296 | Configuration options that require DNS include using a | ||
297 | USER@HOST pattern in | ||
298 | .Cm AllowUsers | ||
299 | or | ||
300 | .Cm DenyUsers . | ||
296 | .It Fl D | 301 | .It Fl D |
297 | When this option is specified | 302 | When this option is specified |
298 | .Nm | 303 | .Nm |