summaryrefslogtreecommitdiffstats
path: root/ssh-agent.0
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-agent.0')
-rw-r--r--ssh-agent.014
1 files changed, 7 insertions, 7 deletions
diff --git a/ssh-agent.0 b/ssh-agent.0
index 823456a..8911905 100644
--- a/ssh-agent.0
+++ b/ssh-agent.0
@@ -4,7 +4,7 @@ NAME
ssh-agent - authentication agent
SYNOPSIS
- ssh-agent [-a bind_address] [-c | -s] [-t life] [-d] [command [args ...]]
+ ssh-agent [-c | -s] [-d] [-a bind_address] [-t life] [command [arg ...]]
ssh-agent [-c | -s] -k
DESCRIPTION
@@ -24,12 +24,15 @@ DESCRIPTION
-c Generate C-shell commands on stdout. This is the default if
SHELL looks like it's a csh style of shell.
- -s Generate Bourne shell commands on stdout. This is the default if
- SHELL does not look like it's a csh style of shell.
+ -d Debug mode. When this option is specified ssh-agent will not
+ fork.
-k Kill the current agent (given by the SSH_AGENT_PID environment
variable).
+ -s Generate Bourne shell commands on stdout. This is the default if
+ SHELL does not look like it's a csh style of shell.
+
-t life
Set a default value for the maximum lifetime of identities added
to the agent. The lifetime may be specified in seconds or in a
@@ -37,9 +40,6 @@ DESCRIPTION
for an identity with ssh-add(1) overrides this value. Without
this option the default maximum lifetime is forever.
- -d Debug mode. When this option is specified ssh-agent will not
- fork.
-
If a commandline is given, this is executed as a subprocess of the agent.
When the command dies, so does the agent.
@@ -114,4 +114,4 @@ AUTHORS
ated OpenSSH. Markus Friedl contributed the support for SSH protocol
versions 1.5 and 2.0.
-OpenBSD 4.2 June 5, 2007 2
+OpenBSD 4.3 September 17, 2007 2
OpenPOWER on IntegriCloud