summaryrefslogtreecommitdiff
path: root/ssh-agent.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-07-04 03:48:02 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-07-04 03:48:02 +0000
commitd94580c708175649f4e433451ac096425d3b81e2 (patch)
tree863548b7f5bd84e58452b43450c839c3b60b1d80 /ssh-agent.1
parentcd392284acc87a4e0a4b687163355b706b9e97cf (diff)
- markus@cvs.openbsd.org 2001/06/26 04:07:06
[ssh-agent.1 ssh-agent.c] add debug flag
Diffstat (limited to 'ssh-agent.1')
-rw-r--r--ssh-agent.18
1 files changed, 7 insertions, 1 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1
index 1d214698d..0aecfc0f0 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-agent.1,v 1.24 2001/04/10 09:13:21 itojun Exp $ 1.\" $OpenBSD: ssh-agent.1,v 1.25 2001/06/26 04:07:06 markus 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
@@ -48,6 +48,8 @@
48.Op Fl c Li | Fl s 48.Op Fl c Li | Fl s
49.Nm ssh-agent 49.Nm ssh-agent
50.Fl k 50.Fl k
51.Nm ssh-agent
52.Fl d
51.Sh DESCRIPTION 53.Sh DESCRIPTION
52.Nm 54.Nm
53is a program to hold private keys used for public key authentication 55is a program to hold private keys used for public key authentication
@@ -80,6 +82,10 @@ does not look like it's a csh style of shell.
80Kill the current agent (given by the 82Kill the current agent (given by the
81.Ev SSH_AGENT_PID 83.Ev SSH_AGENT_PID
82environment variable). 84environment variable).
85.It Fl d
86Debug mode. When this option is specified
87.Nm
88will fork.
83.El 89.El
84.Pp 90.Pp
85If a commandline is given, this is executed as a subprocess of the agent. 91If a commandline is given, this is executed as a subprocess of the agent.