diff options
Diffstat (limited to 'ssh-agent.1')
-rw-r--r-- | ssh-agent.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1 index 7029b60dc..b49d62b5a 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-agent.1,v 1.10 2000/03/23 21:10:10 aaron Exp $ | 1 | .\" $OpenBSD: ssh-agent.1,v 1.11 2000/04/12 21:47:50 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -18,14 +18,14 @@ | |||
18 | .Nm ssh-agent | 18 | .Nm ssh-agent |
19 | .Nd authentication agent | 19 | .Nd authentication agent |
20 | .Sh SYNOPSIS | 20 | .Sh SYNOPSIS |
21 | .Nm ssh-agent | 21 | .Nm ssh-agent |
22 | .Op Fl c Li | Fl s | 22 | .Op Fl c Li | Fl s |
23 | .Op Fl k | 23 | .Op Fl k |
24 | .Oo | 24 | .Oo |
25 | .Ar command | 25 | .Ar command |
26 | .Op Ar args ... | 26 | .Op Ar args ... |
27 | .Oc | 27 | .Oc |
28 | .Sh DESCRIPTION | 28 | .Sh DESCRIPTION |
29 | .Nm | 29 | .Nm |
30 | is a program to hold authentication private keys. | 30 | is a program to hold authentication private keys. |
31 | The idea is that | 31 | The idea is that |
@@ -64,12 +64,12 @@ When the command dies, so does the agent. | |||
64 | The agent initially does not have any private keys. | 64 | The agent initially does not have any private keys. |
65 | Keys are added using | 65 | Keys are added using |
66 | .Xr ssh-add 1 . | 66 | .Xr ssh-add 1 . |
67 | When executed without arguments, | 67 | When executed without arguments, |
68 | .Xr ssh-add 1 | 68 | .Xr ssh-add 1 |
69 | adds the | 69 | adds the |
70 | .Pa $HOME/.ssh/identity | 70 | .Pa $HOME/.ssh/identity |
71 | file. | 71 | file. |
72 | If the identity has a passphrase, | 72 | If the identity has a passphrase, |
73 | .Xr ssh-add 1 | 73 | .Xr ssh-add 1 |
74 | asks for the passphrase (using a small X11 application if running | 74 | asks for the passphrase (using a small X11 application if running |
75 | under X11, or from the terminal if running without X). | 75 | under X11, or from the terminal if running without X). |
@@ -152,7 +152,7 @@ external libraries. | |||
152 | .It | 152 | .It |
153 | has been updated to support ssh protocol 1.5. | 153 | has been updated to support ssh protocol 1.5. |
154 | .It | 154 | .It |
155 | contains added support for | 155 | contains added support for |
156 | .Xr kerberos 8 | 156 | .Xr kerberos 8 |
157 | authentication and ticket passing. | 157 | authentication and ticket passing. |
158 | .It | 158 | .It |