diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-04 03:48:02 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-04 03:48:02 +0000 |
commit | d94580c708175649f4e433451ac096425d3b81e2 (patch) | |
tree | 863548b7f5bd84e58452b43450c839c3b60b1d80 /ssh-agent.1 | |
parent | cd392284acc87a4e0a4b687163355b706b9e97cf (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.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1 index 1d214698..0aecfc0f 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.24 2001/04/10 09:13:21 itojun Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.25 2001/06/26 04:07:06 markus Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -48,6 +48,8 @@ .Op Fl c Li | Fl s .Nm ssh-agent .Fl k +.Nm ssh-agent +.Fl d .Sh DESCRIPTION .Nm is 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. Kill the current agent (given by the .Ev SSH_AGENT_PID environment variable). +.It Fl d +Debug mode. When this option is specified +.Nm +will fork. .El .Pp If a commandline is given, this is executed as a subprocess of the agent. |