summaryrefslogtreecommitdiff
path: root/ssh.1
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.1
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.1')
-rw-r--r--ssh.112
1 files changed, 6 insertions, 6 deletions
diff --git a/ssh.1 b/ssh.1
index 8b4b79e19..971337520 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.408 2019/11/30 07:07:59 jmc Exp $ 36.\" $OpenBSD: ssh.1,v 1.409 2019/12/21 20:22:34 naddy Exp $
37.Dd $Mdocdate: November 30 2019 $ 37.Dd $Mdocdate: December 21 2019 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -903,11 +903,11 @@ This stores the private key in
903.Pa ~/.ssh/id_ecdsa 903.Pa ~/.ssh/id_ecdsa
904(ECDSA), 904(ECDSA),
905.Pa ~/.ssh/id_ecdsa_sk 905.Pa ~/.ssh/id_ecdsa_sk
906(security key-hosted ECDSA), 906(authenticator-hosted ECDSA),
907.Pa ~/.ssh/id_ed25519 907.Pa ~/.ssh/id_ed25519
908(Ed25519), 908(Ed25519),
909.Pa ~/.ssh/id_ed25519_sk 909.Pa ~/.ssh/id_ed25519_sk
910(security key-hosted Ed25519), 910(authenticator-hosted Ed25519),
911or 911or
912.Pa ~/.ssh/id_rsa 912.Pa ~/.ssh/id_rsa
913(RSA) 913(RSA)
@@ -917,11 +917,11 @@ and stores the public key in
917.Pa ~/.ssh/id_ecdsa.pub 917.Pa ~/.ssh/id_ecdsa.pub
918(ECDSA), 918(ECDSA),
919.Pa ~/.ssh/id_ecdsa_sk.pub 919.Pa ~/.ssh/id_ecdsa_sk.pub
920(security key-hosted ECDSA), 920(authenticator-hosted ECDSA),
921.Pa ~/.ssh/id_ed25519.pub 921.Pa ~/.ssh/id_ed25519.pub
922(Ed25519), 922(Ed25519),
923.Pa ~/.ssh/id_ed25519_sk.pub 923.Pa ~/.ssh/id_ed25519_sk.pub
924(security key-hosted Ed25519), 924(authenticator-hosted Ed25519),
925or 925or
926.Pa ~/.ssh/id_rsa.pub 926.Pa ~/.ssh/id_rsa.pub
927(RSA) 927(RSA)