diff options
-rw-r--r-- | sshd_config.5 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 60077e394..b896e73f9 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.293 2019/11/25 00:52:46 djm Exp $ | 36 | .\" $OpenBSD: sshd_config.5,v 1.294 2019/11/26 22:42:26 jmc Exp $ |
37 | .Dd $Mdocdate: November 25 2019 $ | 37 | .Dd $Mdocdate: November 26 2019 $ |
38 | .Dt SSHD_CONFIG 5 | 38 | .Dt SSHD_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -1447,14 +1447,15 @@ The list of available key types may also be obtained using | |||
1447 | .It Cm PubkeyAuthOptions | 1447 | .It Cm PubkeyAuthOptions |
1448 | Sets one or more public key authentication options. | 1448 | Sets one or more public key authentication options. |
1449 | Two option keywords are currently supported: | 1449 | Two option keywords are currently supported: |
1450 | .Cm none (the default; indicating no additional options are enabled) | 1450 | .Cm none |
1451 | (the default; indicating no additional options are enabled) | ||
1451 | and | 1452 | and |
1452 | .Cm touch-required . | 1453 | .Cm touch-required . |
1453 | .Pp | 1454 | .Pp |
1454 | The | 1455 | The |
1455 | .Cm touch-required | 1456 | .Cm touch-required |
1456 | option causes public key authentication using a security key algorithm | 1457 | option causes public key authentication using a security key algorithm |
1457 | (i.e. | 1458 | (i.e.\& |
1458 | .Cm ecdsa-sk | 1459 | .Cm ecdsa-sk |
1459 | or | 1460 | or |
1460 | .Cm ed25519-sk ) | 1461 | .Cm ed25519-sk ) |
@@ -1466,7 +1467,7 @@ requires key touch unless overridden with an authorized_keys option. | |||
1466 | The | 1467 | The |
1467 | .Cm touch-required | 1468 | .Cm touch-required |
1468 | flag disables this override. | 1469 | flag disables this override. |
1469 | This option has no effect for other, non-security key public key types. | 1470 | This option has no effect for other, non-security key, public key types. |
1470 | .It Cm PubkeyAuthentication | 1471 | .It Cm PubkeyAuthentication |
1471 | Specifies whether public key authentication is allowed. | 1472 | Specifies whether public key authentication is allowed. |
1472 | The default is | 1473 | The default is |