From owner-freebsd-doc Wed May 23 10:47:43 2001 Delivered-To: freebsd-doc@freebsd.org Received: from corleone.idealab.com (mx2.idealab.com [64.208.8.4]) by hub.freebsd.org (Postfix) with SMTP id 44DB937B422 for ; Wed, 23 May 2001 10:47:32 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (qmail 18282 invoked by alias); 23 May 2001 17:47:32 -0000 Received: (qmail 18259 invoked from network); 23 May 2001 17:47:31 -0000 Received: from unknown (HELO cartman.boston.geekhouse.net) (10.5.1.189) by corleone.idealab.com with SMTP; 23 May 2001 17:47:31 -0000 Received: by cartman.boston.geekhouse.net (Postfix, from userid 1000) id 3712B322F; Wed, 23 May 2001 13:47:09 -0400 (EDT) Date: Wed, 23 May 2001 13:47:09 -0400 From: Jim Mock To: doc@FreeBSD.org Subject: Updated patch (was Re: 4.3R and ssh problems) Message-ID: <20010523134708.C8824@cartman.bos.geekhouse.net> Reply-To: jim@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline User-Agent: Mutt/1.3.18i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The latest patch for FAQ is attached. - jim -- - jim mock www.compete.com - jim@FreeBSD.org - - senior systems administrator - Compete, Inc. - ph: 1.617.867.7035 - --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="faq.diff" Index: book.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO_8859-1/books/faq/book.sgml,v retrieving revision 1.204 diff -u -r1.204 book.sgml --- book.sgml 2001/05/22 17:33:26 1.204 +++ book.sgml 2001/05/23 17:44:19 @@ -7290,6 +7290,43 @@ securelevel and the &man.init.8; manual page. + + + + Why doesn't SSH authentication through + .shosts work by default in recent + versions of FreeBSD? + + + + The reason why .shosts + authentication does not work by default in more recent + versions of FreeBSD is because ssh + is not installed suid root by default. To + fix this, you can do one of the + following: + + + + As a permanent fix, set + ENABLE_SUID_SSH to true + in /etc/make.conf and rebuild ssh + (or run make world). + + + + As a temporary fix, change the mode on + /usr/bin/ssh to 4555 + by running chmod 4755 /usr/bin/ssh as + root. Then add + ENABLE_SUID_SSH= true to + /etc/make.conf so the change takes + effect the next time make world is + run. + + + + --EVF5PPMfhYS0aIcm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message