| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Thu, 18 Mar 2004 18:48:58 +0100 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: sshd authentication question |
| Message-ID: | <20040318174858.GK17229@cygbert.vinschen.de> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <C75BC7A96CFE2C44B38C639E4362739E017A46C4 AT postman DOT ms DOT polyserve DOT com> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <C75BC7A96CFE2C44B38C639E4362739E017A46C4@postman.ms.polyserve.com> |
| User-Agent: | Mutt/1.4.2i |
On Mar 15 09:50, Matt Berney wrote:
> Over time, we continue to experience intermittent sshd authentication problems in our environment. Every so often (~ 1.5% of the time, but enough to cause our automated tests to fail), admin privileges are not granted. Perhaps there is some setting in the /etc/sshd_config file that we need to change.
> [...]
> #!/bin/bash
>
> USER=$1
> HOST=$2
>
> while [ true ] ; do
>
> echo -e "\n *** $USER on $HOST *** \n"
> ssh ${USER}@${HOST} id
>
> sleep 10
> done
I tried the above loop several thousand times now. I'm not able to
reproduce the effect. I'm getting always admin privs. It would
perhaps help to get an strace of a failing sshd.
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Developer mailto:cygwin AT cygwin DOT com
Red Hat, Inc.
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |