summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-add.1
diff options
context:
space:
mode:
authormatthieu <matthieu@openbsd.org>2003-11-25 23:10:08 +0000
committermatthieu <matthieu@openbsd.org>2003-11-25 23:10:08 +0000
commitdb36cf716c0e2369452e1df69409d636307dba6c (patch)
treecfeed47bfedf2f0cdc2893e75d06d75a4d51aedd /usr.bin/ssh/ssh-add.1
parenttest cipher speed for different hmac/cipher combinations. (diff)
downloadwireguard-openbsd-db36cf716c0e2369452e1df69409d636307dba6c.tar.xz
wireguard-openbsd-db36cf716c0e2369452e1df69409d636307dba6c.zip
ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.
Diffstat (limited to 'usr.bin/ssh/ssh-add.1')
-rw-r--r--usr.bin/ssh/ssh-add.17
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1
index fe0190859ef..6348197b332 100644
--- a/usr.bin/ssh/ssh-add.1
+++ b/usr.bin/ssh/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