From owner-freebsd-questions@FreeBSD.ORG Tue Feb 17 12:50:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46C6416A4CE for ; Tue, 17 Feb 2004 12:50:57 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A05243D39 for ; Tue, 17 Feb 2004 12:50:57 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 17 Feb 2004 14:51:08 -0600 Message-ID: <40327EA5.8020604@daleco.biz> Date: Tue, 17 Feb 2004 14:50:45 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derek Burns / Bend-Pak References: <4372A56315CE2047890C4797D939D5B0202275@BENDPAK.BendPak.com> In-Reply-To: <4372A56315CE2047890C4797D939D5B0202275@BENDPAK.BendPak.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Feb 2004 20:51:09.0093 (UTC) FILETIME=[C506CD50:01C3F597] cc: freebsd-questions@freebsd.org Subject: Re: Administration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2004 20:50:57 -0000 Derek Burns / Bend-Pak wrote: >Is there a way I can administer my FreeBSD web server from my pc? >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > > FreeBSD generally has sshd(8) enabled by default. This is "Secure Shell", and is similar to telnet, but better ;-) From the CLI on another 'Nix/Linux box, try: $ssh username@hostname and see what happens. If you are running X (KDE/Gnome/XFCE/Enlighement/Whatever), open a terminal and do the same. If you are running Microsoft Windows, you'll need to install an SSH client. I like PuTTY, (ftp://chiark.greenend.org.uk/users/sgtatham/putty-latest/) but there are others. Google for "SSH client", and, if you're brave, include the term "Free" ;-) Kevin Kinsey DaleCo, S.P.