X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Mon, 7 Apr 2008 17:29:55 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] Updated: csih-0.1.3-1
Message-ID: <20080407152955.GQ23852@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <announce.47F41D60.9060102@cwilson.fastmail.fm> <47F46137.5020008@cwilson.fastmail.fm> <20080403085527.GL4468@calimero.vinschen.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20080403085527.GL4468@calimero.vinschen.de>
User-Agent: Mutt/1.5.16 (2007-06-09)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Apr  3 10:55, Corinna Vinschen wrote:
> On Apr  2 23:46, Charles Wilson wrote:
> > Attached is an updated implementation of ssh-host-config that uses csih. It 
> > seems to work pretty well for the various tests I've put it through, 
> > although it REQUIRES csih-0.1.3.
> 
> Wow, thanks for doing my job.  I still have this on my TODO list :}
> It would be cool if list folks could give it a try.  I will test it
> as well, perhaps over the weekend.

Looks good to me.  I will upload a new OpenSSH release in the next
couple of days, but I guess I'll wait until you uploaded a new csih
release.

Btw., I have a tiny patch to fix two typos in the file
cygwin-service-installation-helper.sh.  Maybe you could apply them as
well?


Thanks,
Corinna


--- cygwin-service-installation-helper.sh.ORIG	2008-04-07 17:07:20.212750000 +0200
+++ cygwin-service-installation-helper.sh	2008-04-07 17:11:48.056500000 +0200
@@ -1514,7 +1514,7 @@ _csih_setup()
   
     if ! csih_check_dir_perms "${LOCALSTATEDIR}" d..x..x..x
     then
-      csih_error "Proglem with ${LOCALSTATEDIR} directory. Exiting."
+      csih_error "Problem with ${LOCALSTATEDIR} directory. Exiting."
     fi
   
     csih_make_dir "${LOCALSTATEDIR}/run"
@@ -1648,7 +1648,7 @@ csih_create_privileged_user()
         csih_inform "the '${username}' account."
         echo ""
         csih_inform "Also keep in mind that the user '${username}' needs read permissions"
-        csih_inform "for on all users' relevant files for the services running as '${username}'."
+        csih_inform "on all users' relevant files for the services running as '${username}'."
         csih_inform "In particular, for the sshd server all users' .ssh/authorized_keys files"
         csih_inform "must have appropriate permissions to allow public key authentication."
         csih_inform "(Re-)running ssh-user-config for each user will set these permissions"

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

