X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Mon, 7 Apr 2008 17:29:55 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: csih-0.1.3-1 Message-ID: <20080407152955.GQ23852@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <47F46137 DOT 5020008 AT cwilson DOT fastmail DOT fm> <20080403085527 DOT GL4468 AT calimero DOT vinschen DOT 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 AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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/