summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-11-14 21:27:29 +0000
committerDamien Miller <djm@mindrot.org>2019-11-15 09:57:30 +1100
commit6bff9521ab9a9f7396d635755c342b72373bb4f9 (patch)
treec434974d93c1b918b1a0ae045f421d247f75f391 /ssh.1
parent4f5e331cb8e11face3025aa6578662dde489c3ad (diff)
upstream: directly support U2F/FIDO2 security keys in OpenSSH by
linking against the (previously external) USB HID middleware. The dlopen() capability still exists for alternate middlewares, e.g. for Bluetooth, NFC and test/debugging. OpenBSD-Commit-ID: 14446cf170ac0351f0d4792ba0bca53024930069
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.110
1 files changed, 2 insertions, 8 deletions
diff --git a/ssh.1 b/ssh.1
index e2666fa56..2268c197f 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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: ssh.1,v 1.404 2019/11/07 08:38:38 naddy Exp $ 36.\" $OpenBSD: ssh.1,v 1.405 2019/11/14 21:27:30 djm Exp $
37.Dd $Mdocdate: November 7 2019 $ 37.Dd $Mdocdate: November 14 2019 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1329,12 +1329,6 @@ More permanent VPNs are better provided by tools such as
1329and 1329and
1330.Xr isakmpd 8 . 1330.Xr isakmpd 8 .
1331.Sh ENVIRONMENT 1331.Sh ENVIRONMENT
1332.Bl -tag -width "SSH_ORIGINAL_COMMAND"
1333.It Ev SSH_SK_PROVIDER
1334Specifies the path to a security key provider library used to interact with
1335hardware security keys.
1336.Pp
1337.El
1338.Nm 1332.Nm
1339will normally set the following environment variables: 1333will normally set the following environment variables:
1340.Bl -tag -width "SSH_ORIGINAL_COMMAND" 1334.Bl -tag -width "SSH_ORIGINAL_COMMAND"