summaryrefslogtreecommitdiff
path: root/ssh-agent.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-01-22 11:47:19 +1100
committerDamien Miller <djm@mindrot.org>2003-01-22 11:47:19 +1100
commit53d81483f0bcea8af2207583bb6e83c187d522fc (patch)
treeead593d8abda01c84fe93cf74121e397fc0b1527 /ssh-agent.1
parent89fe3f30a71dee3b5effbcbc3b142c86ab129fe2 (diff)
- (djm) OpenBSD CVS Sync
- marc@cvs.openbsd.org 2003/01/21 18:14:36 [ssh-agent.1 ssh-agent.c] Add a -t life option to ssh-agent that set the default lifetime. The default can still be overriden by using -t in ssh-add. OK markus@
Diffstat (limited to 'ssh-agent.1')
-rw-r--r--ssh-agent.111
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.
86Kill the current agent (given by the 87Kill the current agent (given by the
87.Ev SSH_AGENT_PID 88.Ev SSH_AGENT_PID
88environment variable). 89environment variable).
90.It Fl t Ar life
91Set 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
93.Xr sshd 8 .
94A lifetime specified for an identity with
95.Xr ssh-add 1
96overrides this value.
97Without this option the default maximum lifetime is forever.
89.It Fl d 98.It Fl d
90Debug mode. When this option is specified 99Debug mode. When this option is specified
91.Nm 100.Nm