Add an errata entry about ssh's non-SUID-ness.

This commit is contained in:
Bruce A. Mah 2001-05-25 22:04:29 +00:00
parent 0d50fc68eb
commit 410b1e792d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9498

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/releases/4.3R/errata.sgml,v 1.2 2001/04/22 15:36:43 wosch Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/4.3R/errata.sgml,v 1.3 2001/05/17 23:41:09 bmah Exp $">
<!ENTITY title "FreeBSD 4.3 Errata Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<!-- $FreeBSD: www/en/releases/4.3R/errata.sgml,v 1.2 2001/04/22 15:36:43 wosch Exp $ -->
<!-- $FreeBSD: www/en/releases/4.3R/errata.sgml,v 1.3 2001/05/17 23:41:09 bmah Exp $ -->
<html>
&header;
@ -48,6 +48,12 @@ The correct command is:
snd_maestro3_load="YES"
ssh(1) is no longer SUID root. The primary manifestation of this
change is that .shosts authentication may not work "out of the box".
Both temporary and permanent fixes are described in the FAQ at:
<a href="http://www.freebsd.org/doc/en_US.ISO_8859-1/books/faq/admin.html#SSH-SHOSTS">http://www.freebsd.org/doc/en_US.ISO_8859-1/books/faq/admin.html#SSH-SHOSTS</a>
</pre>
<p></p><a href="../index.html">Release Home</a>
&footer;