Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2000 01:34:17 -0700
From:      michael@dynamine.net (Michael S. Fischer)
To:        cjclark@alum.mit.edu
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: ssh problem
Message-ID:  <20000908013416.B4212@dynamine.net>
In-Reply-To: <20000907233258.J69158@149.211.6.64.reflexcom.com>; from cjclark@reflexnet.net on Thu, Sep 07, 2000 at 11:32:58PM -0700
References:  <20000907141929.A3960@dynamine.net> <20000907233258.J69158@149.211.6.64.reflexcom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 07, 2000 at 11:32:58PM -0700, Crist J . Clark wrote:

> Can you try running the client as,
> 
>   $ ssh -v <host> ls
> 
> And the daemon on the server as,
> 
>   # sshd -d
> 
> To get the debug output?

============
Client side:
============

SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).
debug: Reading configuration data /etc/ssh/ssh_config
debug: Seeding random number generator
debug: ssh_connect: getuid 1000 geteuid 1000 anon 1
debug: Connecting to phoenix.dynamine.net [64.14.25.210] port 22.
debug: Connection established.
debug: Remote protocol version 1.5, remote software version
OpenSSH-2.1
debug: Local version string SSH-1.5-OpenSSH_2.1.1
debug: Waiting for server public key.
debug: Received server public key (768 bits) and host key (1024 bits).
debug: Host 'phoenix.dynamine.net' is known and matches the RSA host
key.
debug: Seeding random number generator
debug: Encryption type: 3des
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
debug: RSA authentication using agent refused.
debug: Trying RSA authentication with key 'michael@angeline'
debug: Received RSA challenge from server.
debug: Sending response to host key RSA challenge.
debug: Remote: RSA authentication accepted.
debug: RSA authentication accepted by server.
debug: Sending command: ls
debug: Entering interactive session.
Environment:
  PATH=/home/michael/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
  MAIL=/var/mail/michael
  BLOCKSIZE=K
  FTP_PASSIVE_MODE=YES
  USER=michael
  LOGNAME=michael
  HOME=/home/michael
  SHELL=/usr/local/bin/bash
  SSH_CLIENT=198.144.199.173 2133 22
[hang]

============
Server side:
============
debug: sshd version OpenSSH-2.1
error: Could not load DSA host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 2
debug: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
Generating 768 bit RSA key.
RSA key generation complete.
debug: Server will not fork when running in debugging mode.
Connection from angeline.dynamine.net port 2133
Connection from 198.144.199.173 port 2133
debug: Client protocol version 1.5; client software version
OpenSSH_2.1.1
debug: Local version string SSH-1.5-OpenSSH-2.1
debug: Sent 768 bit public key and 1024 bit host key.
debug: Encryption type: 3des
debug: Received session key; encryption turned on.
debug: Installing crc compensation attack detector.
debug: Attempting authentication for michael.
Accepted rsa for michael from 198.144.199.173 port 2133
debug: session_new: init
debug: session_new: session 0
debug: Exec command 'ls'
debug: Entering interactive session.
debug: fd 5 setting O_NONBLOCK
debug: fd 7 setting O_NONBLOCK
debug: server_init_dispatch_13
debug: server_init_dispatch_15
[hang]

-- 
Michael S. Fischer <michael@dynamine.net>      AKA Otterley         _O_
Lead Hacketeer, Dynamine Consulting, Silicon Valley, CA              |
Phone: +1 650 533 4684 | AIM: IsThisOtterley | ICQ: 4218323          |
"From the bricks of shame is built the hope"--Alan Wilder         net.goth


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000908013416.B4212>