diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-07-02 13:18:50 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-07-02 13:18:50 +0000 |
| commit | b5a1b3a82df411cb95b6a850e9d9d90bc3d082f9 (patch) | |
| tree | 2fc0f8c0c9b94a14bd7ce42838fc88997f4cd7b8 /ssh-agent.0 | |
| parent | c1e0861503468de5ae00ed0e532f349ec78bec68 (diff) | |
Diffstat (limited to 'ssh-agent.0')
| -rw-r--r-- | ssh-agent.0 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ssh-agent.0 b/ssh-agent.0 index 30f4eb3bce1dd..eb892811cec44 100644 --- a/ssh-agent.0 +++ b/ssh-agent.0 @@ -4,7 +4,7 @@ NAME ssh-agent M-bM-^@M-^S authentication agent SYNOPSIS - ssh-agent [-c | -s] [-d] [-a bind_address] [-E fingerprint_hash] + ssh-agent [-c | -s] [-Dd] [-a bind_address] [-E fingerprint_hash] [-t life] [command [arg ...]] ssh-agent [-c | -s] -k @@ -32,8 +32,11 @@ DESCRIPTION -c Generate C-shell commands on stdout. This is the default if SHELL looks like it's a csh style of shell. + -D Foreground mode. When this option is specified ssh-agent will + not fork. + -d Debug mode. When this option is specified ssh-agent will not - fork. + fork and will write debug information to standard error. -E fingerprint_hash Specifies the hash algorithm used when displaying key @@ -106,4 +109,4 @@ AUTHORS created OpenSSH. Markus Friedl contributed the support for SSH protocol versions 1.5 and 2.0. -OpenBSD 5.7 December 21, 2014 OpenBSD 5.7 +OpenBSD 5.7 April 24, 2015 OpenBSD 5.7 |
