Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2001 18:55:22 -0400
From:      parv <parv_@yahoo.com>
To:        dannyman <dannyman@toldme.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: can not start sshd
Message-ID:  <20010816185522.A1351@moo.holy.cow>
In-Reply-To: <20010816151341.D443@toldme.com>; from dannyman@toldme.com on Thu, Aug 16, 2001 at 03:13:41PM -0700
References:  <20010816151341.D443@toldme.com>

next in thread | previous in thread | raw e-mail | index | archive | help
this was, on the fateful occasion around Aug 16 18:13 -0400,
sent by dannyman                                                     
>
> Any ideas?
> 
> 0-15:11 root@dell ~# sshd -d
> debug: sshd version OpenSSH_2.2.0
> 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 bot RSA key.
                    ^^^^^
> RSA key generation complete.

now sshd will accept only protocol 1 connections.

> 
> Go to another term:
> 
> 255-15:11 dannyman@dell ~> ssh dell
> ssh_exchange_identification: Connection closed by remote host

most probably you have ssh(d) config files which will not allow
protocol 1 connections. or, may be you have incompatible versions of 
ssh and sshd, at least protocol wise...

> 
> Augh!  Back at the other term:
> 
> debug: Server will not fork when running in debugging mode.
> 0-15:12 root@dell ~# 
> 

doesn't matter as it was started w/ -d option. see sshd(8).

-- 
 so, do you like word games or scrabble?
	 - parv

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?20010816185522.A1351>