Mail Archives: cygwin/2008/04/07/11:30:36
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/
- Raw text -