summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-06-07 19:55:44 +1000
committerDamien Miller <djm@mindrot.org>2000-06-07 19:55:44 +1000
commitd3a185709dfb8588ae7cacc079312d1fcc450e9c (patch)
tree8e9798d35f76171481f034720767e507e6bbd6f9 /sshd.8
parente37bfc19f7263b838896ae403e55aa703a06b69a (diff)
- (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
<tibbs@math.uh.edu> - (djm) OpenBSD CVS updates: - todd@cvs.openbsd.org [sshconnect2.c] teach protocol v2 to count login failures properly and also enable an explanation of why the password prompt comes up again like v1; this is NOT crypto - markus@cvs.openbsd.org [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8] xauth_location support; pr 1234 [readconf.c sshconnect2.c] typo, unused [session.c] allow use_login only for login sessions, otherwise remote commands are execed with uid==0 [sshd.8] document UseLogin better [version.h] OpenSSH 2.1.1 [auth-rsa.c] fix match_hostname() logic for auth-rsa: deny access if we have a negative match or no match at all [channels.c hostfile.c match.c] don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.org
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.813
1 files changed, 11 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index 003f29124..deb72e447 100644
--- a/sshd.8
+++ b/sshd.8
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sat Apr 22 21:55:14 1995 ylo 10.\" Created: Sat Apr 22 21:55:14 1995 ylo
11.\" 11.\"
12.\" $Id: sshd.8,v 1.22 2000/05/09 01:03:03 damien Exp $ 12.\" $Id: sshd.8,v 1.23 2000/06/07 09:55:44 djm Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSHD 8 15.Dt SSHD 8
@@ -552,7 +552,10 @@ The default is AUTH.
552.It Cm UseLogin 552.It Cm UseLogin
553Specifies whether 553Specifies whether
554.Xr login 1 554.Xr login 1
555is used. 555is used for interactive login sessions.
556Note that
557.Xr login 1
558is not never for remote command execution.
556The default is 559The default is
557.Dq no . 560.Dq no .
558.It Cm X11DisplayOffset 561.It Cm X11DisplayOffset
@@ -569,6 +572,12 @@ The default is
569.Dq no . 572.Dq no .
570Note that disabling X11 forwarding does not improve security in any 573Note that disabling X11 forwarding does not improve security in any
571way, as users can always install their own forwarders. 574way, as users can always install their own forwarders.
575.It Cm XAuthLocation
576Specifies the location of the
577.Xr xauth 1
578program.
579The default is
580.Pa /usr/X11R6/bin/xauth .
572.El 581.El
573.Sh LOGIN PROCESS 582.Sh LOGIN PROCESS
574When a user successfully logs in, 583When a user successfully logs in,