diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |