www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/11/26/20:40:50

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Message-ID: <015401c176e3$568c65e0$b4a1689e@MagusLaptop>
From: "Collin Grady" <cgrady AT willamette DOT edu>
To: "Cygwin ML" <cygwin AT cygwin DOT com>,
"Larry Hall \(RFK Partners, Inc\)" <lhall AT rfk DOT com>
References: <4 DOT 3 DOT 1 DOT 2 DOT 20011126172742 DOT 0214df18 AT pop DOT ma DOT ultranet DOT com> <4 DOT 3 DOT 1 DOT 2 DOT 20011126173538 DOT 020ea080 AT pop DOT ma DOT ultranet DOT com> <4 DOT 3 DOT 1 DOT 2 DOT 20011126190707 DOT 01656038 AT pop DOT ma DOT ultranet DOT com> <4 DOT 3 DOT 1 DOT 2 DOT 20011126192440 DOT 020ef828 AT pop DOT ma DOT ultranet DOT com> <4 DOT 3 DOT 1 DOT 2 DOT 20011126193649 DOT 020fb930 AT pop DOT ma DOT ultranet DOT com> <4 DOT 3 DOT 1 DOT 2 DOT 20011126195446 DOT 020f11e0 AT pop DOT ma DOT ultranet DOT com>
Subject: Re: SSH/Bash error
Date: Mon, 26 Nov 2001 17:32:12 -0800
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000

I don't see how this helps at all, but here is ssh -v.

[Administrator AT MAGUS-LAPTOP /bin]$ ssh -v -p 113 localhost
OpenSSH_3.0.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: Reading configuration data /etc/ssh_config
debug1: Seeding random number generator
debug1: Rhosts Authentication disabled, originating port will not be
trusted.
debug1: restore_uid
debug1: ssh_connect: getuid 500 geteuid 500 anon 1
debug1: Connecting to localhost [127.0.0.1] port 113.
debug1: temporarily_use_uid: 500/513 (e=500)
debug1: restore_uid
debug1: temporarily_use_uid: 500/513 (e=500)
debug1: restore_uid
debug1: Connection established.
debug1: identity file /home/Administrator/.ssh/identity type -1
debug1: identity file /home/Administrator/.ssh/id_rsa type -1
debug1: identity file /home/Administrator/.ssh/id_dsa type -1
debug1: Remote protocol version 1.5, remote software version 1.2.26
debug1: no match: 1.2.26
debug1: Local version string SSH-1.5-OpenSSH_3.0.1p1
debug1: Waiting for server public key.
debug1: Received server public key (768 bits) and host key (1024 bits).
debug1: Host 'localhost' is known and matches the RSA1 host key.
debug1: Found key in /home/Administrator/.ssh/known_hosts:2
debug1: Encryption type: 3des
debug1: Sent encrypted session key.
debug1: Installing crc compensation attack detector.
debug1: Received encrypted confirmation.
debug1: Trying rhosts or /etc/hosts.equiv with RSA host authentication.
debug1: Server refused our rhosts authentication or host key.
debug1: Doing password authentication.
Administrator AT localhost's password:
debug1: Requesting pty.
debug1: Requesting shell.
debug1: Entering interactive session.
/bin/bash: Permission denied
Connection to localhost closed.
debug1: Transferred: stdin 0, stdout 30, stderr 33 bytes in 0.0 seconds
debug1: Bytes per second: stdin 0.0, stdout 600.0, stderr 660.0
debug1: Exit status 1
[Administrator AT MAGUS-LAPTOP /bin]$
     -Collin Grady

Plan to be spontaneous - tomorrow.

----- Original Message -----
From: "Larry Hall (RFK Partners, Inc)" <lhall AT rfk DOT com>
To: "Collin Grady" <cgrady AT willamette DOT edu>; "Cygwin ML" <cygwin AT cygwin DOT com>
Sent: Monday, November 26, 2001 5:00 PM
Subject: Re: SSH/Bash error


> No, I understand you perfectly.  The fact that you can ssh to other
> machines is inconsequential in your debugging.  You want to make sure
> that things are set up properly to allow you to ssh *into* your machine.
> Regardless, there's no magic pill here.  You need to debug this and the
> steps I suggested will help you do that.  It's worth the effort
considering
> the alternative.
>
> Larry Hall                              lhall AT rfk DOT com
> RFK Partners, Inc.                      http://www.rfk.com
> 838 Washington Street                   (508) 893-9779 - RFK Office
> Holliston, MA 01746                     (508) 893-9889 - FAX
>
>
>
> At 07:46 PM 11/26/2001, Collin Grady wrote:
> >      I think you're misunderstanding my problem.  I can ssh to anywhere
> >except localhost.  The sshd is returning the /bin/bash permission denied
> >when I ssh to localhost, whereas I can ssh to, say, a local campus server
> >and it works. Trying to ssh back to home comp does not work, however.
> >      -Collin Grady
> >
> >Programmers don't die, they just GOSUB without RETURN.
> >
> >----- Original Message -----
> >From: "Larry Hall (RFK Partners, Inc)" <lhall AT rfk DOT com>
> >To: "Collin Grady" <cgrady AT willamette DOT edu>; "Cygwin ML"
<cygwin AT cygwin DOT com>
> >Sent: Monday, November 26, 2001 4:40 PM
> >Subject: Re: SSH/Bash error
> >
> >
> > > OK, so do you have /bin/bash in your environment before invoking ssh.
> > > You'll probably need to invoke ssh with its debugging turned on (-v
> > > see the ssh man page) to see where it's going wrong.  I assume you
> > > read /usr/doc/Cygwin/openssh-*.README and followed all the
instructions
> > > there before attempting to use openssh?  If not, go here and read this
> > > too.
> > >
> > > Larry Hall                              lhall AT rfk DOT com
> > > RFK Partners, Inc.                      http://www.rfk.com
> > > 838 Washington Street                   (508) 893-9779 - RFK Office
> > > Holliston, MA 01746                     (508) 893-9889 - FAX
> > >
> > >
> > >
> > > At 07:35 PM 11/26/2001, Collin Grady wrote:
> > > >      Thats the problem, I can't even get into ssh.
> > > >
> > > >[Administrator AT MAGUS-LAPTOP ~]$ ssh localhost
> > > >Administrator AT localhost's password:
> > > >/bin/bash: Permission denied
> > > >Connection to localhost closed.
> > > >      -Collin Grady
> > > >
> > > >No one is listening until you make a mistake.
> > > >
> > > >----- Original Message -----
> > > >From: "Larry Hall (RFK Partners, Inc)" <lhall AT rfk DOT com>
> > > >To: "Collin Grady" <cgrady AT willamette DOT edu>; "Cygwin ML"
> ><cygwin AT cygwin DOT com>
> > > >Sent: Monday, November 26, 2001 4:30 PM
> > > >Subject: Re: SSH/Bash error
> > > >
> > > >
> > > > > OK, so compare these results with what you get via ssh.  My guess
is
> > > > > that /bin/bash doesn't exist in that environment.  If it does, you
may
> > > > > need to review your ssh configuration...
> > > > >
> > > > > Larry Hall                              lhall AT rfk DOT com
> > > > > RFK Partners, Inc.                      http://www.rfk.com
> > > > > 838 Washington Street                   (508) 893-9779 - RFK
Office
> > > > > Holliston, MA 01746                     (508) 893-9889 - FAX
> > >
> >
> >
> >--
> >Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> >Bug reporting:         http://cygwin.com/bugs.html
> >Documentation:         http://cygwin.com/docs.html
> >FAQ:                   http://cygwin.com/faq/
>


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019