summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-12-09 19:01:51 +1100
committerDarren Tucker <dtucker@zip.com.au>2003-12-09 19:01:51 +1100
commit4c56843e44a7dfa10bce91a2440eaac0d918124e (patch)
treefd19474921fcf80e2467923caa153bf1158594ef /ssh-add.1
parent88368a3034f3fff742c3a4c79b873e2cb6a4c1bb (diff)
downloadopenssh-git-4c56843e44a7dfa10bce91a2440eaac0d918124e.tar.gz
- matthieu@cvs.openbsd.org 2003/11/25 23:10:08
[ssh-add.1] ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.17
1 files changed, 4 insertions, 3 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index fe019085..6348197b 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-add.1,v 1.39 2003/06/10 09:12:11 jmc Exp $
+.\" $OpenBSD: ssh-add.1,v 1.40 2003/11/25 23:10:08 matthieu Exp $
.\"
.\" -*- nroff -*-
.\"
@@ -69,8 +69,9 @@ The passphrase is read from the user's tty.
.Nm
retries the last passphrase if multiple identity files are given.
.Pp
-The authentication agent must be running and must be an ancestor of
-the current process for
+The authentication agent must be running and the
+.Ev SSH_AUTH_SOCK
+environment variable must contain the name of its socket for
.Nm
to work.
.Pp