diff options
author | djm@openbsd.org <djm@openbsd.org> | 2018-07-20 05:01:10 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-07-20 15:02:52 +1000 |
commit | 472269f8fe19343971c2d08f504ab5cbb8234b33 (patch) | |
tree | bf1fff72e9ea4a04271c3b6c10bd2186225ced22 | |
parent | c59aca8adbdf7f5597084ad360a19bedb3f80970 (diff) |
upstream: slightly-clearer description for AuthenticationMethods - the
lists have comma-separated elements; bz#2663 from Hans Meier
OpenBSD-Commit-ID: 931c983d0fde4764d0942fb2c2b5017635993b5a
-rw-r--r-- | sshd_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index aa888796e..02d8e436b 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: sshd_config.5,v 1.280 2018/07/04 13:49:31 djm Exp $ | 36 | .\" $OpenBSD: sshd_config.5,v 1.281 2018/07/20 05:01:10 djm Exp $ |
37 | .Dd $Mdocdate: July 4 2018 $ | 37 | .Dd $Mdocdate: July 20 2018 $ |
38 | .Dt SSHD_CONFIG 5 | 38 | .Dt SSHD_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -186,7 +186,7 @@ for more information on patterns. | |||
186 | .It Cm AuthenticationMethods | 186 | .It Cm AuthenticationMethods |
187 | Specifies the authentication methods that must be successfully completed | 187 | Specifies the authentication methods that must be successfully completed |
188 | for a user to be granted access. | 188 | for a user to be granted access. |
189 | This option must be followed by one or more comma-separated lists of | 189 | This option must be followed by one or more lists of comma-separated |
190 | authentication method names, or by the single string | 190 | authentication method names, or by the single string |
191 | .Cm any | 191 | .Cm any |
192 | to indicate the default behaviour of accepting any single authentication | 192 | to indicate the default behaviour of accepting any single authentication |