diff options
author | 1999-10-16 20:47:13 +0000 | |
---|---|---|
committer | 1999-10-16 20:47:13 +0000 | |
commit | f28787b15b36e70e00447c345eb045871f7e10a4 (patch) | |
tree | 8eeb3253cab6c5a3ff2936702b87531f464aab8f /usr.bin/ssh/ssh-agent.1 | |
parent | Formatting fix. (diff) | |
download | wireguard-openbsd-f28787b15b36e70e00447c345eb045871f7e10a4.tar.xz wireguard-openbsd-f28787b15b36e70e00447c345eb045871f7e10a4.zip |
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 |