|
Lines 70-76
Link Here
|
| 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 . |
|
Lines 90-96
Link Here
|
| 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. |
|
Lines 185-191
Link Here
|
| 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. |