diff options
Diffstat (limited to 'ssh-agent.1')
-rw-r--r-- | ssh-agent.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1 index 741cf4bd1..fd6bd3f6c 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-agent.1,v 1.42 2005/04/21 06:17:50 djm Exp $ | 1 | .\" $OpenBSD: ssh-agent.1,v 1.43 2005/11/28 06:02:56 dtucker Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -70,7 +70,7 @@ The options are as follows: | |||
70 | Bind the agent to the unix-domain socket | 70 | Bind the agent to the unix-domain socket |
71 | .Ar bind_address . | 71 | .Ar bind_address . |
72 | The default is | 72 | The default is |
73 | .Pa /tmp/ssh-XXXXXXXX/agent.<ppid> . | 73 | .Pa /tmp/ssh-XXXXXXXXXX/agent.<ppid> . |
74 | .It Fl c | 74 | .It Fl c |
75 | Generate C-shell commands on | 75 | Generate C-shell commands on |
76 | .Dv stdout . | 76 | .Dv stdout . |
@@ -90,7 +90,7 @@ environment variable). | |||
90 | .It Fl t Ar life | 90 | .It Fl t Ar life |
91 | Set a default value for the maximum lifetime of identities added to the agent. | 91 | Set a default value for the maximum lifetime of identities added to the agent. |
92 | The lifetime may be specified in seconds or in a time format specified in | 92 | The lifetime may be specified in seconds or in a time format specified in |
93 | .Xr sshd 8 . | 93 | .Xr sshd_config 5 . |
94 | A lifetime specified for an identity with | 94 | A lifetime specified for an identity with |
95 | .Xr ssh-add 1 | 95 | .Xr ssh-add 1 |
96 | overrides this value. | 96 | overrides this value. |
@@ -185,7 +185,7 @@ Contains the protocol version 1 RSA authentication identity of the user. | |||
185 | Contains the protocol version 2 DSA authentication identity of the user. | 185 | Contains the protocol version 2 DSA authentication identity of the user. |
186 | .It Pa ~/.ssh/id_rsa | 186 | .It Pa ~/.ssh/id_rsa |
187 | Contains the protocol version 2 RSA authentication identity of the user. | 187 | Contains the protocol version 2 RSA authentication identity of the user. |
188 | .It Pa /tmp/ssh-XXXXXXXX/agent.<ppid> | 188 | .It Pa /tmp/ssh-XXXXXXXXXX/agent.<ppid> |
189 | Unix-domain sockets used to contain the connection to the | 189 | Unix-domain sockets used to contain the connection to the |
190 | authentication agent. | 190 | authentication agent. |
191 | These sockets should only be readable by the owner. | 191 | These sockets should only be readable by the owner. |