diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-02-28 20:46:11 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-02-28 20:46:11 +0000 |
commit | a6ab7304eda792a427e19d14692ed0bd0dc8f6b0 (patch) | |
tree | 3408c5325bcdfda1ee3f5785db337d3a785b590b | |
parent | afecb49da8bbdef9fa714656e798618ee03ff2d7 (diff) |
-u0 DNS for user@host
-rw-r--r-- | usr.bin/ssh/sshd.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index a08739718b7..9d579f173ea 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.169 2002/02/28 20:36:42 stevesk Exp $ +.\" $OpenBSD: sshd.8,v 1.170 2002/02/28 20:46:10 stevesk Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -293,6 +293,11 @@ Authentication mechanisms that may require DNS include and using a .Cm from="pattern-list" option in a key file. +Configuration options that require DNS include using a +USER@HOST pattern in +.Cm AllowUsers +or +.Cm DenyUsers . .It Fl D When this option is specified .Nm |