summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-11-25 00:54:23 +0000
committerDamien Miller <djm@mindrot.org>2019-11-25 12:23:40 +1100
commit2e71263b80fec7ad977e098004fef7d122169d40 (patch)
treeb4eef0768ef7fb69c0acdfad6a9d63762791d6f6 /sshd.8
parent0fddf2967ac51d518e300408a0d7e6adf4cd2634 (diff)
upstream: add a "no-touch-required" option for authorized_keys and
a similar extension for certificates. This option disables the default requirement that security key signatures attest that the user touched their key to authorize them. feedback deraadt, ok markus OpenBSD-Commit-ID: f1fb56151ba68d55d554d0f6d3d4dba0cf1a452e
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.813
1 files changed, 11 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index 042610a03..b32da282f 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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.8,v 1.306 2019/11/18 04:55:02 djm Exp $ 36.\" $OpenBSD: sshd.8,v 1.307 2019/11/25 00:54:23 djm Exp $
37.Dd $Mdocdate: November 18 2019 $ 37.Dd $Mdocdate: November 25 2019 $
38.Dt SSHD 8 38.Dt SSHD 8
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -627,6 +627,13 @@ option.
627Permits tty allocation previously disabled by the 627Permits tty allocation previously disabled by the
628.Cm restrict 628.Cm restrict
629option. 629option.
630.It Cm no-touch-required
631Do not require demonstration of user presence
632for signatures made using this key.
633This option only makes sense for the Security Key algorithms
634.Cm ecdsa-sk
635and
636.Cm ed25519-sk .
630.It Cm restrict 637.It Cm restrict
631Enable all restrictions, i.e. disable port, agent and X11 forwarding, 638Enable all restrictions, i.e. disable port, agent and X11 forwarding,
632as well as disabling PTY allocation 639as well as disabling PTY allocation
@@ -670,6 +677,8 @@ restrict,command="uptime" ssh-rsa AAAA1C8...32Tv==
670user@example.net 677user@example.net
671restrict,pty,command="nethack" ssh-rsa AAAA1f8...IrrC5== 678restrict,pty,command="nethack" ssh-rsa AAAA1f8...IrrC5==
672user@example.net 679user@example.net
680no-touch-required sk-ecdsa-sha2-nistp256@openssh.com AAAAInN...Ko==
681user@example.net
673.Ed 682.Ed
674.Sh SSH_KNOWN_HOSTS FILE FORMAT 683.Sh SSH_KNOWN_HOSTS FILE FORMAT
675The 684The