summaryrefslogtreecommitdiff
path: root/ssh-agent.1
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-04-24 05:26:44 +0000
committerDamien Miller <djm@mindrot.org>2015-04-29 18:15:38 +1000
commit2ea974630d7017e4c7666d14d9dc939707613e96 (patch)
treef4749aeb88d978a8fd197f606a0dcc7b85be739c /ssh-agent.1
parent8ac2ffd7aa06042f6b924c87139f2fea5c5682f7 (diff)
upstream commit
add ssh-agent -D to leave ssh-agent in foreground without enabling debug mode; bz#2381 ok dtucker@
Diffstat (limited to 'ssh-agent.1')
-rw-r--r--ssh-agent.112
1 files changed, 9 insertions, 3 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1
index 6759afec3..adfb51ccb 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-agent.1,v 1.57 2014/12/21 22:27:56 djm Exp $ 1.\" $OpenBSD: ssh-agent.1,v 1.58 2015/04/24 05:26:44 djm 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
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.Dd $Mdocdate: December 21 2014 $ 37.Dd $Mdocdate: April 24 2015 $
38.Dt SSH-AGENT 1 38.Dt SSH-AGENT 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -43,6 +43,7 @@
43.Sh SYNOPSIS 43.Sh SYNOPSIS
44.Nm ssh-agent 44.Nm ssh-agent
45.Op Fl c | s 45.Op Fl c | s
46.Op Fl D
46.Op Fl d 47.Op Fl d
47.Op Fl a Ar bind_address 48.Op Fl a Ar bind_address
48.Op Fl E Ar fingerprint_hash 49.Op Fl E Ar fingerprint_hash
@@ -92,11 +93,16 @@ Generate C-shell commands on
92This is the default if 93This is the default if
93.Ev SHELL 94.Ev SHELL
94looks like it's a csh style of shell. 95looks like it's a csh style of shell.
96.It Fl D
97Foreground mode.
98When this option is specified
99.Nm
100will not fork.
95.It Fl d 101.It Fl d
96Debug mode. 102Debug mode.
97When this option is specified 103When this option is specified
98.Nm 104.Nm
99will not fork. 105will not fork and will write debug information to standard error.
100.It Fl E Ar fingerprint_hash 106.It Fl E Ar fingerprint_hash
101Specifies the hash algorithm used when displaying key fingerprints. 107Specifies the hash algorithm used when displaying key fingerprints.
102Valid options are: 108Valid options are: