diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-10-16 20:47:16 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-10-16 20:47:16 +0000 |
commit | c958c63d9d19682f64d8f4afa27ee93c636d6d9c (patch) | |
tree | cca46041616c6e4462af69ba859c993ea2b77c55 /usr.bin/ssh/ssh-agent.1 | |
parent | 40b8bc6e356154ab8d0260f30cb7db324b3675de (diff) |
support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.
interops (x11,agent,etc) with 1.2.27 and protocol 1.3
Diffstat (limited to 'usr.bin/ssh/ssh-agent.1')
-rw-r--r-- | usr.bin/ssh/ssh-agent.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index c69517d8492..a764d31b5c0 100644 --- a/usr.bin/ssh/ssh-agent.1 +++ b/usr.bin/ssh/ssh-agent.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 23 20:10:43 1995 ylo .\" -.\" $Id: ssh-agent.1,v 1.4 1999/10/14 18:17:42 markus Exp $ +.\" $Id: ssh-agent.1,v 1.5 1999/10/16 20:47:14 markus Exp $ .\" .Dd September 25, 1999 .Dt SSH-AGENT 1 @@ -62,7 +62,7 @@ A connection to the agent is inherited by child programs: A unix-domain socket is created .Pq Pa /tmp/ssh-XXXX/agent.<pid> , and the name of this socket is stored in the -.Ev SSH_AUTH_SOCKET +.Ev SSH_AUTH_SOCK environment variable. The socket is made accessible only to the current user. This method is easily abused by root or another instance of the same |