summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent.1
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-06-26 04:07:06 +0000
committermarkus <markus@openbsd.org>2001-06-26 04:07:06 +0000
commita9117a1d200315ce40a790175b68308b752c0d80 (patch)
treee8cae2b9e4fbbad16dfaca6db166cbe83d9d73d8 /usr.bin/ssh/ssh-agent.1
parentsigh (diff)
downloadwireguard-openbsd-a9117a1d200315ce40a790175b68308b752c0d80.tar.xz
wireguard-openbsd-a9117a1d200315ce40a790175b68308b752c0d80.zip
add debug flag
Diffstat (limited to 'usr.bin/ssh/ssh-agent.1')
-rw-r--r--usr.bin/ssh/ssh-agent.18
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1
index 1d214698d72..0aecfc0f062 100644
--- a/usr.bin/ssh/ssh-agent.1
+++ b/usr.bin/ssh/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.