diff options
Diffstat (limited to 'ssh-agent.1')
-rw-r--r-- | ssh-agent.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1 index 0227436c1..98f9dc80d 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-agent.1,v 1.35 2002/06/24 13:12:23 markus Exp $ | 1 | .\" $OpenBSD: ssh-agent.1,v 1.36 2003/01/21 18:14:36 marc 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 |
@@ -44,6 +44,7 @@ | |||
44 | .Nm ssh-agent | 44 | .Nm ssh-agent |
45 | .Op Fl a Ar bind_address | 45 | .Op Fl a Ar bind_address |
46 | .Op Fl c Li | Fl s | 46 | .Op Fl c Li | Fl s |
47 | .Op Fl t Ar life | ||
47 | .Op Fl d | 48 | .Op Fl d |
48 | .Op Ar command Op Ar args ... | 49 | .Op Ar command Op Ar args ... |
49 | .Nm ssh-agent | 50 | .Nm ssh-agent |
@@ -86,6 +87,14 @@ does not look like it's a csh style of shell. | |||
86 | Kill the current agent (given by the | 87 | Kill the current agent (given by the |
87 | .Ev SSH_AGENT_PID | 88 | .Ev SSH_AGENT_PID |
88 | environment variable). | 89 | environment variable). |
90 | .It Fl t Ar life | ||
91 | Set a default value for the maximum lifetime of identities added to the agent. | ||
92 | The lifetime may be specified in seconds or in a time format specified in | ||
93 | .Xr sshd 8 . | ||
94 | A lifetime specified for an identity with | ||
95 | .Xr ssh-add 1 | ||
96 | overrides this value. | ||
97 | Without this option the default maximum lifetime is forever. | ||
89 | .It Fl d | 98 | .It Fl d |
90 | Debug mode. When this option is specified | 99 | Debug mode. When this option is specified |
91 | .Nm | 100 | .Nm |