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 aab15cc7f..fde4608bb 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-agent.1,v 1.39 2003/06/10 09:12:11 jmc Exp $ | 1 | .\" $OpenBSD: ssh-agent.1,v 1.37 2003/03/28 10:11:43 jmc 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 |
@@ -133,7 +133,7 @@ However, the connection to the agent is forwarded over SSH | |||
133 | remote logins, and the user can thus use the privileges given by the | 133 | remote logins, and the user can thus use the privileges given by the |
134 | identities anywhere in the network in a secure way. | 134 | identities anywhere in the network in a secure way. |
135 | .Pp | 135 | .Pp |
136 | There are two main ways to get an agent set up: | 136 | There are two main ways to get an agent setup: |
137 | Either the agent starts a new subcommand into which some environment | 137 | Either the agent starts a new subcommand into which some environment |
138 | variables are exported, or the agent prints the needed shell commands | 138 | variables are exported, or the agent prints the needed shell commands |
139 | (either | 139 | (either |
@@ -179,11 +179,6 @@ authentication agent. | |||
179 | These sockets should only be readable by the owner. | 179 | These sockets should only be readable by the owner. |
180 | The sockets should get automatically removed when the agent exits. | 180 | The sockets should get automatically removed when the agent exits. |
181 | .El | 181 | .El |
182 | .Sh SEE ALSO | ||
183 | .Xr ssh 1 , | ||
184 | .Xr ssh-add 1 , | ||
185 | .Xr ssh-keygen 1 , | ||
186 | .Xr sshd 8 | ||
187 | .Sh AUTHORS | 182 | .Sh AUTHORS |
188 | OpenSSH is a derivative of the original and free | 183 | OpenSSH is a derivative of the original and free |
189 | ssh 1.2.12 release by Tatu Ylonen. | 184 | ssh 1.2.12 release by Tatu Ylonen. |
@@ -193,3 +188,8 @@ removed many bugs, re-added newer features and | |||
193 | created OpenSSH. | 188 | created OpenSSH. |
194 | Markus Friedl contributed the support for SSH | 189 | Markus Friedl contributed the support for SSH |
195 | protocol versions 1.5 and 2.0. | 190 | protocol versions 1.5 and 2.0. |
191 | .Sh SEE ALSO | ||
192 | .Xr ssh 1 , | ||
193 | .Xr ssh-add 1 , | ||
194 | .Xr ssh-keygen 1 , | ||
195 | .Xr sshd 8 | ||