summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authornaddy@openbsd.org <naddy@openbsd.org>2019-11-18 23:16:49 +0000
committerDamien Miller <djm@mindrot.org>2019-11-20 09:27:29 +1100
commitf0edda81c5ebccffcce52b182c3033531a1aab71 (patch)
tree7e12495cd4902d1d2611d4a5f8d9eb3cbc87e426 /ssh-add.1
parent189550f5bc85148e85f4caa1f6b2fc623149a4ee (diff)
upstream: more missing mentions of ed25519-sk; ok djm@
OpenBSD-Commit-ID: f242e53366f61697dffd53af881bc5daf78230ff
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.19
1 files changed, 6 insertions, 3 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 2ecbc9532..432c4c78b 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.74 2019/11/15 11:16:28 jmc Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.75 2019/11/18 23:16:49 naddy Exp $
2.\" 2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,7 +35,7 @@
35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37.\" 37.\"
38.Dd $Mdocdate: November 15 2019 $ 38.Dd $Mdocdate: November 18 2019 $
39.Dt SSH-ADD 1 39.Dt SSH-ADD 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -64,8 +64,9 @@ When run without arguments, it adds the files
64.Pa ~/.ssh/id_dsa , 64.Pa ~/.ssh/id_dsa ,
65.Pa ~/.ssh/id_ecdsa , 65.Pa ~/.ssh/id_ecdsa ,
66.Pa ~/.ssh/id_ecdsa_sk , 66.Pa ~/.ssh/id_ecdsa_sk ,
67.Pa ~/.ssh/id_ed25519 ,
67and 68and
68.Pa ~/.ssh/id_ed25519 . 69.Pa ~/.ssh/id_ed25519_sk .
69After loading a private key, 70After loading a private key,
70.Nm 71.Nm
71will try to load corresponding certificate information from the 72will try to load corresponding certificate information from the
@@ -209,6 +210,8 @@ Contains the ECDSA authentication identity of the user.
209Contains the security key-hosted ECDSA authentication identity of the user. 210Contains the security key-hosted ECDSA authentication identity of the user.
210.It Pa ~/.ssh/id_ed25519 211.It Pa ~/.ssh/id_ed25519
211Contains the Ed25519 authentication identity of the user. 212Contains the Ed25519 authentication identity of the user.
213.It Pa ~/.ssh/id_ed25519_sk
214Contains the security key-hosted Ed25519 authentication identity of the user.
212.It Pa ~/.ssh/id_rsa 215.It Pa ~/.ssh/id_rsa
213Contains the RSA authentication identity of the user. 216Contains the RSA authentication identity of the user.
214.El 217.El