- jmc@cvs.openbsd.org 2008/03/27 22:37:57

[sshd.8]
     remove trailing whitespace;
This commit is contained in:
Damien Miller 2008-04-03 20:52:51 +11:00
parent 5f5cd746f3
commit 13ba9c2439
2 changed files with 7 additions and 4 deletions

View File

@ -4,6 +4,9 @@
[channels.c] [channels.c]
avoid possible hijacking of x11-forwarded connections (back out 1.183) avoid possible hijacking of x11-forwarded connections (back out 1.183)
CVE-2008-1483; ok djm@ CVE-2008-1483; ok djm@
- jmc@cvs.openbsd.org 2008/03/27 22:37:57
[sshd.8]
remove trailing whitespace;
20080327 20080327
- (dtucker) Cache selinux status earlier so we know if it's enabled after a - (dtucker) Cache selinux status earlier so we know if it's enabled after a
@ -3832,4 +3835,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@ passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4898 2008/04/02 21:43:57 djm Exp $ $Id: ChangeLog,v 1.4899 2008/04/03 09:52:51 djm Exp $

6
sshd.8
View File

@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: sshd.8,v 1.240 2008/03/26 21:28:14 djm Exp $ .\" $OpenBSD: sshd.8,v 1.241 2008/03/27 22:37:57 jmc Exp $
.Dd $Mdocdate: March 26 2008 $ .Dd $Mdocdate: March 27 2008 $
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
.Sh NAME .Sh NAME
@ -532,7 +532,7 @@ option.
.It Cm no-pty .It Cm no-pty
Prevents tty allocation (a request to allocate a pty will fail). Prevents tty allocation (a request to allocate a pty will fail).
.It Cm no-user-rc .It Cm no-user-rc
Disables execution of Disables execution of
.Pa ~/.ssh/rc . .Pa ~/.ssh/rc .
.It Cm no-X11-forwarding .It Cm no-X11-forwarding
Forbids X11 forwarding when this key is used for authentication. Forbids X11 forwarding when this key is used for authentication.