diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-06-17 06:33:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-06-17 06:33:31 +0000 |
commit | fa9ae5df14e6da25616834fa53c1c234b7b8248f (patch) | |
tree | 5666f171a2e08e78d509530d5c1c5831816c1242 /usr.bin/ssh/sshd_config.5 | |
parent | 8154cfa2714e677d28b6ecba9fcb076a8f0a5daa (diff) |
grammar fix;
Diffstat (limited to 'usr.bin/ssh/sshd_config.5')
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 7c06edbb955..8625f6ceae7 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,7 +33,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_config.5,v 1.224 2016/06/17 05:03:40 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.225 2016/06/17 06:33:30 jmc Exp $ .Dd $Mdocdate: June 17 2016 $ .Dt SSHD_CONFIG 5 .Os @@ -192,7 +192,7 @@ This option must be followed by one or more comma-separated lists of authentication method names, or by the single string .Dq any to indicate the default behaviour of accepting any single authentication -methods. +method. if the default is overridden, then successful authentication requires completion of every method in at least one of these lists. .Pp |