document new name
This commit is contained in:
parent
7231a42da1
commit
24a8494837
1 changed files with 8 additions and 3 deletions
|
|
@ -29,10 +29,15 @@ to authenticate to remote systems using RSA or DSA keys.
|
||||||
.I Ssh
|
.I Ssh
|
||||||
accesses
|
accesses
|
||||||
.I ssh-agent
|
.I ssh-agent
|
||||||
via a Unix socket posted in a private subdirectory of
|
via a Unix socket named
|
||||||
.B /tmp .
|
.B ssh-agent.socket
|
||||||
|
in the name space directory
|
||||||
|
(see
|
||||||
|
.IR intro (4)).
|
||||||
|
Note that although the socket is posted in the name space
|
||||||
|
directory, it is not for 9P conversations.
|
||||||
.I Ssh
|
.I Ssh
|
||||||
expects this socket to be in the environment as
|
expects the name of this socket to be in the environment as
|
||||||
.BR $SSH_AGENT_SOCK ,
|
.BR $SSH_AGENT_SOCK ,
|
||||||
and expects the agent to be running with process id
|
and expects the agent to be running with process id
|
||||||
.BR $SSH_AGENT_PID .
|
.BR $SSH_AGENT_PID .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue