From owner-freebsd-questions Tue Mar 12 4:55:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from catflap.bishopston.net (catflap.bishopston.net [24.67.16.239]) by hub.freebsd.org (Postfix) with ESMTP id 41D5637B400 for ; Tue, 12 Mar 2002 04:55:34 -0800 (PST) X-Envelope-From: jamie@catflap.bishopston.net X-Envelope-To: freebsd-questions@freebsd.org Received: from catflap.bishopston.net (jamie@localhost [127.0.0.1]) by catflap.bishopston.net (8.12.1/8.12.1) with ESMTP id g2CCtX3m045786; Tue, 12 Mar 2002 12:55:33 GMT (envelope-from jamie@catflap.bishopston.net) Received: (from jamie@localhost) by catflap.bishopston.net (8.12.1/8.12.1/Submit) id g2CCtXqH045783; Tue, 12 Mar 2002 12:55:33 GMT (envelope-from jamie) From: Jamie Jones Message-Id: <200203121255.g2CCtXqH045783@catflap.bishopston.net> To: "saifuddin Abd. Salam" , freebsd-questions@freebsd.org Subject: Re: Security In-Reply-To: <20020307064031.69645.qmail@web11404.mail.yahoo.com> References: <20020307064031.69645.qmail@web11404.mail.yahoo.com> X-newsgroup: muc.lists.freebsd.questions X-In-Response-To: saifuddin Abd. Salam Date: Tue, 12 Mar 2002 12:55:33 +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In muc.lists.freebsd.questions, you wrote: > Whenever we are to enter the freebsd machine (at login > prompt), at upper site always appear the info as: > FreeBSD/i386 (machine_name.domain_name) (ttyvn), how > to disable it? You can customise the login message by editting the file /etc/gettytab -- Look for the "default" entry.. Alternatively, if you just want to remove the message altogether for telnet access, add the "-h" option to the telnet line in /etc/inetd.conf and HUP the inetd process: telnet stream tcp nowait root /usr/libexec/telnetd -h telnetd cheers, jamie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message