blob: a9753b53edb0ea5afc5be994e0482cc0404032f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ae,v 1.6 2000/11/09 09:18:24 itojun Exp $
--- ssh-add.1.orig Sat Sep 16 11:29:10 2000
+++ ssh-add.1 Thu Nov 9 18:03:59 2000
@@ -66,6 +66,7 @@
.Bl -tag -width Ds
.It Fl l
Lists fingerprints of all identities currently represented by the agent.
+.El
.It Fl L
Lists public key parameters of all identities currently represented by the agent.
.It Fl d
@@ -91,6 +92,7 @@
Contains the DSA authentication identity of the user.
.El
.Sh ENVIRONMENT
+.El
.Bl -tag -width Ds
.It Ev "DISPLAY" and "SSH_ASKPASS"
If
|