summaryrefslogtreecommitdiff
path: root/ssh_config.5
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_config.5
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_config.5')
-rw-r--r--ssh_config.59
1 files changed, 4 insertions, 5 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index ad016470c..6983f7af4 100644
--- a/ssh_config.5
+++ b/ssh_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: ssh_config.5,v 1.305 2019/11/07 08:38:38 naddy Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.306 2019/11/14 21:27:30 djm Exp $
37.Dd $Mdocdate: November 7 2019 $ 37.Dd $Mdocdate: November 14 2019 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1449,9 +1449,8 @@ For more information on KRLs, see the KEY REVOCATION LISTS section in
1449.Xr ssh-keygen 1 . 1449.Xr ssh-keygen 1 .
1450.It Cm SecurityKeyProvider 1450.It Cm SecurityKeyProvider
1451Specifies a path to a security key provider library that will be used when 1451Specifies a path to a security key provider library that will be used when
1452loading any security key-hosted keys, overriding the default of using the 1452loading any security key-hosted keys, overriding the default of using
1453.Ev SSH_SK_PROVIDER 1453the build-in support for USB HID keys.
1454environment variable to specify a provider.
1455.It Cm SendEnv 1454.It Cm SendEnv
1456Specifies what variables from the local 1455Specifies what variables from the local
1457.Xr environ 7 1456.Xr environ 7