summaryrefslogtreecommitdiff
path: root/ssh-agent.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-agent.1')
-rw-r--r--ssh-agent.126
1 files changed, 13 insertions, 13 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1
index 1b5a5bb2a..6a5dc62af 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-agent.1,v 1.45 2007/05/31 19:20:16 jmc Exp $ 1.\" $OpenBSD: ssh-agent.1,v 1.46 2007/09/09 11:38:01 sobrado 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
@@ -42,11 +42,11 @@
42.Nd authentication agent 42.Nd authentication agent
43.Sh SYNOPSIS 43.Sh SYNOPSIS
44.Nm ssh-agent 44.Nm ssh-agent
45.Op Fl a Ar bind_address
46.Op Fl c Li | Fl s 45.Op Fl c Li | Fl s
47.Op Fl t Ar life
48.Op Fl d 46.Op Fl d
49.Op Ar command Op Ar args ... 47.Op Fl a Ar bind_address
48.Op Fl t Ar life
49.Op Ar command Op Ar arg ...
50.Nm ssh-agent 50.Nm ssh-agent
51.Op Fl c Li | Fl s 51.Op Fl c Li | Fl s
52.Fl k 52.Fl k
@@ -77,16 +77,21 @@ Generate C-shell commands on
77This is the default if 77This is the default if
78.Ev SHELL 78.Ev SHELL
79looks like it's a csh style of shell. 79looks like it's a csh style of shell.
80.It Fl d
81Debug mode.
82When this option is specified
83.Nm
84will not fork.
85.It Fl k
86Kill the current agent (given by the
87.Ev SSH_AGENT_PID
88environment variable).
80.It Fl s 89.It Fl s
81Generate Bourne shell commands on 90Generate Bourne shell commands on
82.Dv stdout . 91.Dv stdout .
83This is the default if 92This is the default if
84.Ev SHELL 93.Ev SHELL
85does not look like it's a csh style of shell. 94does not look like it's a csh style of shell.
86.It Fl k
87Kill the current agent (given by the
88.Ev SSH_AGENT_PID
89environment variable).
90.It Fl t Ar life 95.It Fl t Ar life
91Set a default value for the maximum lifetime of identities added to the agent. 96Set a default value for the maximum lifetime of identities added to the agent.
92The lifetime may be specified in seconds or in a time format specified in 97The lifetime may be specified in seconds or in a time format specified in
@@ -95,11 +100,6 @@ A lifetime specified for an identity with
95.Xr ssh-add 1 100.Xr ssh-add 1
96overrides this value. 101overrides this value.
97Without this option the default maximum lifetime is forever. 102Without this option the default maximum lifetime is forever.
98.It Fl d
99Debug mode.
100When this option is specified
101.Nm
102will not fork.
103.El 103.El
104.Pp 104.Pp
105If a commandline is given, this is executed as a subprocess of the agent. 105If a commandline is given, this is executed as a subprocess of the agent.