diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2015-03-30 18:28:37 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-04-01 10:00:27 +1100 |
commit | 78de1673c05ea2c33e0d4a4b64ecb5186b6ea2e9 (patch) | |
tree | 094ffe28c27df2a4387081241aa39898ca22d5c4 /ssh-add.1 | |
parent | 26e0bcf766fadb4a44fb6199386fb1dcab65ad00 (diff) |
upstream commit
ssh-askpass(1) is the default, overridden by SSH_ASKPASS;
diff originally from jiri b;
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.61 2014/12/21 22:27:56 djm Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.62 2015/03/30 18:28:37 jmc 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: December 21 2014 $ | 38 | .Dd $Mdocdate: March 30 2015 $ |
39 | .Dt SSH-ADD 1 | 39 | .Dt SSH-ADD 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -88,12 +88,11 @@ The options are as follows: | |||
88 | .It Fl c | 88 | .It Fl c |
89 | Indicates that added identities should be subject to confirmation before | 89 | Indicates that added identities should be subject to confirmation before |
90 | being used for authentication. | 90 | being used for authentication. |
91 | Confirmation is performed by the | 91 | Confirmation is performed by |
92 | .Ev SSH_ASKPASS | 92 | .Xr ssh-askpass 1 . |
93 | program mentioned below. | 93 | Successful confirmation is signaled by a zero exit status from |
94 | Successful confirmation is signaled by a zero exit status from the | 94 | .Xr ssh-askpass 1 , |
95 | .Ev SSH_ASKPASS | 95 | rather than text entered into the requester. |
96 | program, rather than text entered into the requester. | ||
97 | .It Fl D | 96 | .It Fl D |
98 | Deletes all identities from the agent. | 97 | Deletes all identities from the agent. |
99 | .It Fl d | 98 | .It Fl d |
@@ -156,6 +155,8 @@ and | |||
156 | .Ev SSH_ASKPASS | 155 | .Ev SSH_ASKPASS |
157 | are set, it will execute the program specified by | 156 | are set, it will execute the program specified by |
158 | .Ev SSH_ASKPASS | 157 | .Ev SSH_ASKPASS |
158 | (by default | ||
159 | .Dq ssh-askpass ) | ||
159 | and open an X11 window to read the passphrase. | 160 | and open an X11 window to read the passphrase. |
160 | This is particularly useful when calling | 161 | This is particularly useful when calling |
161 | .Nm | 162 | .Nm |
@@ -197,6 +198,7 @@ is unable to contact the authentication agent. | |||
197 | .Sh SEE ALSO | 198 | .Sh SEE ALSO |
198 | .Xr ssh 1 , | 199 | .Xr ssh 1 , |
199 | .Xr ssh-agent 1 , | 200 | .Xr ssh-agent 1 , |
201 | .Xr ssh-askpass 1 , | ||
200 | .Xr ssh-keygen 1 , | 202 | .Xr ssh-keygen 1 , |
201 | .Xr sshd 8 | 203 | .Xr sshd 8 |
202 | .Sh AUTHORS | 204 | .Sh AUTHORS |