summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authornaddy@openbsd.org <naddy@openbsd.org>2019-12-21 20:22:34 +0000
committerDamien Miller <djm@mindrot.org>2019-12-30 14:31:40 +1100
commit141df487ba699cfd1ec3dcd98186e7c956e99024 (patch)
treed759e3195bf74db1bf1673c563dd24450fcc4c50 /ssh_config.5
parentfbd9729d4eadf2f7097b6017156387ac64302453 (diff)
upstream: Replace the term "security key" with "(FIDO)
authenticator". The polysemous use of "key" was too confusing. Input from markus@. ok jmc@ OpenBSD-Commit-ID: 12eea973a44c8232af89f86e4269d71ae900ca8f
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.512
1 files changed, 6 insertions, 6 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 186e07617..d3d45b53a 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,7 +33,7 @@
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.312 2019/12/21 02:19:13 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.313 2019/12/21 20:22:34 naddy Exp $
37.Dd $Mdocdate: December 21 2019 $ 37.Dd $Mdocdate: December 21 2019 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
@@ -936,8 +936,8 @@ or the tokens described in the
936.Sx TOKENS 936.Sx TOKENS
937section. 937section.
938.It Cm IdentityFile 938.It Cm IdentityFile
939Specifies a file from which the user's DSA, ECDSA, security key-hosted ECDSA, 939Specifies a file from which the user's DSA, ECDSA, authenticator-hosted ECDSA,
940Ed25519 or RSA authentication identity is read. 940Ed25519, authenticator-hosted Ed25519 or RSA authentication identity is read.
941The default is 941The default is
942.Pa ~/.ssh/id_dsa , 942.Pa ~/.ssh/id_dsa ,
943.Pa ~/.ssh/id_ecdsa , 943.Pa ~/.ssh/id_ecdsa ,
@@ -1462,9 +1462,9 @@ an OpenSSH Key Revocation List (KRL) as generated by
1462For more information on KRLs, see the KEY REVOCATION LISTS section in 1462For more information on KRLs, see the KEY REVOCATION LISTS section in
1463.Xr ssh-keygen 1 . 1463.Xr ssh-keygen 1 .
1464.It Cm SecurityKeyProvider 1464.It Cm SecurityKeyProvider
1465Specifies a path to a security key provider library that will be used when 1465Specifies a path to a library that will be used when loading any
1466loading any security key-hosted keys, overriding the default of using 1466FIDO authenticator-hosted keys, overriding the default of using
1467the built-in support for USB HID keys. 1467the built-in USB HID support.
1468.Pp 1468.Pp
1469If the specified value begins with a 1469If the specified value begins with a
1470.Sq $ 1470.Sq $