From owner-freebsd-questions@FreeBSD.ORG Thu Jul 31 04:58:14 2003 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 3904B37B404 for ; Thu, 31 Jul 2003 04:58:14 -0700 (PDT) Received: from server.sirtis.org.uk (dsl-217-155-170-59.zen.co.uk [217.155.170.59]) by mx1.FreeBSD.org (Postfix) with SMTP id EC1A943F3F for ; Thu, 31 Jul 2003 04:58:09 -0700 (PDT) (envelope-from jonathan@sirtis.org.uk) Received: (qmail 17247 invoked by uid 1006); 31 Jul 2003 11:58:05 -0000 Received: from jonathan@sirtis.org.uk by server.sirtis.org.uk by uid 1011 with qmail-scanner-1.15 spamassassin: 2.43. Clear:SA:0(-0.1/5.0):. Processed in 4.776323 secs); 31 Jul 2003 11:58:05 -0000 X-Spam-Status: No, hits=-0.1 required=5.0 Received: from unknown (HELO sirtis.org.uk) (webmail@sirtis.org.uk@217.155.170.58) by 0 with SMTP; 31 Jul 2003 11:58:00 -0000 Message-ID: <3F290449.1020903@sirtis.org.uk> Date: Thu, 31 Jul 2003 12:58:01 +0100 From: Jonathan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: rs1_9c98b83100d, rs2_0492abec4e2, rs3_cd142b81ab MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Automated systems - adding users and sites 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: Thu, 31 Jul 2003 11:58:14 -0000 Hi all, I'm looking at writing a simple interface to allow the creation of websites through a web based tool. Are there any guides to this sort of thing? My thinking at the moment is to allow the web user on a secured server to log into another server through ssh as root (passwordless) to allow for the creation of accounts, but I'm sure there must be a "right way" for doing this. Any suggestions please? Regards, Jonathan