Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: Re: sshd authentication question Date: Thu, 18 Mar 2004 10:29:19 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Matt Berney" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i2IIU6rF024992 Thanks, I suspect that it is something in our environment that is causing this. Specifically, how do I use the strace tool in this context? Can I substitute the 'ssh' command with 'strace ssh' command? Thanks, Matt 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 Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: Documentation: FAQ: -- 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/