From owner-freebsd-questions Sun Mar 31 20: 8:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta05ps.bigpond.com (mta05ps.bigpond.com [144.135.25.137]) by hub.freebsd.org (Postfix) with ESMTP id DE39337B400 for ; Sun, 31 Mar 2002 20:08:45 -0800 (PST) Received: from win2000 ([144.135.25.72]) by mta05ps.bigpond.com (Netscape Messaging Server 4.15) with SMTP id GTVFIF00.9M0 for ; Mon, 1 Apr 2002 14:08:39 +1000 Received: from CPE-203-45-116-145.nsw.bigpond.net.au ([203.45.116.145]) by PSMAM02.mailsvc.email.bigpond.com(MailRouter V3.0i 74/4310532); 01 Apr 2002 14:08:39 Message-ID: <000901c1d934$2404b6a0$c601a8c0@win2000> From: "Danny" To: Subject: How to disable ssh? Date: Mon, 1 Apr 2002 14:17:30 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.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 Hello, I am running FreeBSD 4.3 and I want to disable ssh access to my machine. I have already disabled telnet and ftp already but I can't find how I can disable ssh in /etc/inetd.conf Here is a sample of my file: # $FreeBSD: src/etc/inetd.conf,v 1.44.2.3 2000/10/04 07:58:51 kris Exp $ # # Internet server configuration database # # @(#)inetd.conf 5.4 (Berkeley) 6/30/90 # #ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l #telnet stream tcp nowait root /usr/libexec/telnetd telnetd #shell stream tcp nowait root /usr/libexec/rshd rshd #login stream tcp nowait root /usr/libexec/rlogind rlogind To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message