diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-01 18:50:00 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-01 18:50:00 +0000 |
commit | 1501d1e253613aba573e163869a2f704abd73a44 (patch) | |
tree | 01cf736a2a33136d2da1d39a5fe4199318dce445 /ssh-agent.1 | |
parent | 8d6b7f4c46de3feb66f704ab483e51ea1a3bb0e1 (diff) | |
parent | 053db7da5ce09acdf742789d9d1a05e81d4861d0 (diff) |
Debian release 3.6.1p1-1.
Diffstat (limited to 'ssh-agent.1')
-rw-r--r-- | ssh-agent.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1 index 98f9dc80d..fde4608bb 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-agent.1,v 1.36 2003/01/21 18:14:36 marc 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 |
@@ -88,7 +88,7 @@ Kill the current agent (given by the | |||
88 | .Ev SSH_AGENT_PID | 88 | .Ev SSH_AGENT_PID |
89 | environment variable). | 89 | environment variable). |
90 | .It Fl t Ar life | 90 | .It Fl t Ar life |
91 | Set a default value for the maximum lifetime of identities added to the agent. | 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 | 92 | The lifetime may be specified in seconds or in a time format specified in |
93 | .Xr sshd 8 . | 93 | .Xr sshd 8 . |
94 | A lifetime specified for an identity with | 94 | A lifetime specified for an identity with |
@@ -96,7 +96,8 @@ A lifetime specified for an identity with | |||
96 | overrides this value. | 96 | overrides this value. |
97 | Without this option the default maximum lifetime is forever. | 97 | Without this option the default maximum lifetime is forever. |
98 | .It Fl d | 98 | .It Fl d |
99 | Debug mode. When this option is specified | 99 | Debug mode. |
100 | When this option is specified | ||
100 | .Nm | 101 | .Nm |
101 | will not fork. | 102 | will not fork. |
102 | .El | 103 | .El |