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