summaryrefslogtreecommitdiffstats
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-11-03 09:22:37 +0100
committerDamien Miller <djm@mindrot.org>2008-11-03 09:22:37 +0100
commite272a5bb2937f1a8297c412c9312c38133f829c1 (patch)
tree2e169ea656fa0775c69935c8818cbde3fd3e2de9 /ssh.1
parentaadt@cvs.openbsd.org 2008/10/03 23:56:28 (diff)
downloadopenssh-e272a5bb2937f1a8297c412c9312c38133f829c1.tar.xz
openssh-e272a5bb2937f1a8297c412c9312c38133f829c1.zip
- djm@cvs.openbsd.org 2008/10/08 23:34:03
[ssh.1 ssh.c] Add -y option to force logging via syslog rather than stderr. Useful for daemonised ssh connection (ssh -f). Patch originally from and ok'd by markus@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.111
1 files changed, 8 insertions, 3 deletions
diff --git a/ssh.1 b/ssh.1
index 1883578f2..c8cd2136c 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh.1,v 1.277 2008/07/02 13:47:39 djm Exp $
-.Dd $Mdocdate: July 2 2008 $
+.\" $OpenBSD: ssh.1,v 1.278 2008/10/08 23:34:03 djm Exp $
+.Dd $Mdocdate: October 8 2008 $
.Dt SSH 1
.Os
.Sh NAME
@@ -43,7 +43,7 @@
.Nd OpenSSH SSH client (remote login program)
.Sh SYNOPSIS
.Nm ssh
-.Op Fl 1246AaCfgKkMNnqsTtVvXxY
+.Op Fl 1246AaCfgKkMNnqsTtVvXxYy
.Op Fl b Ar bind_address
.Op Fl c Ar cipher_spec
.Oo Fl D\ \&
@@ -658,6 +658,11 @@ Disables X11 forwarding.
Enables trusted X11 forwarding.
Trusted X11 forwardings are not subjected to the X11 SECURITY extension
controls.
+.It Fl y
+Send log information using the
+.Xr syslog 3
+system module.
+By default this information is sent to stderr.
.El
.Pp
.Nm