summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-01-24 11:36:23 +1100
committerDamien Miller <djm@mindrot.org>2003-01-24 11:36:23 +1100
commit6c71179f6839ab49e4e8a91209eef85dc190d5f1 (patch)
tree199fd690f2933dc18a687d5b86be467a2250f2d1 /ssh-add.1
parent5a93add673a68d9ef67504b17913254498f4deb9 (diff)
- markus@cvs.openbsd.org 2003/01/23 13:50:27
[authfd.c authfd.h readpass.c ssh-add.1 ssh-add.c ssh-agent.c] ssh-add -c, prompt user for confirmation (using ssh-askpass) when private agent key is used; with djm@; test by dugsong@, djm@; ok deraadt@
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.112
1 files changed, 10 insertions, 2 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 2a34a5133..66a8f9715 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.35 2002/06/19 00:27:55 deraadt Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.36 2003/01/23 13:50:27 markus Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -45,7 +45,7 @@
45.Nd adds RSA or DSA identities to the authentication agent 45.Nd adds RSA or DSA identities to the authentication agent
46.Sh SYNOPSIS 46.Sh SYNOPSIS
47.Nm ssh-add 47.Nm ssh-add
48.Op Fl lLdDxX 48.Op Fl lLdDxXc
49.Op Fl t Ar life 49.Op Fl t Ar life
50.Op Ar 50.Op Ar
51.Nm ssh-add 51.Nm ssh-add
@@ -93,6 +93,14 @@ Set a maximum lifetime when adding identities to an agent.
93The lifetime may be specified in seconds or in a time format 93The lifetime may be specified in seconds or in a time format
94specified in 94specified in
95.Xr sshd 8 . 95.Xr sshd 8 .
96.It Fl c
97Indicates that added identities should be subject to confirmation before
98being used for authentication. Confirmation is performed by the
99.Ev SSH_ASKPASS
100program mentioned below. Successful confirmation is signaled by a zero
101exit status from the
102.Ev SSH_ASKPASS
103program, rather than text entered into the requester.
96.It Fl s Ar reader 104.It Fl s Ar reader
97Add key in smartcard 105Add key in smartcard
98.Ar reader . 106.Ar reader .