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

next in thread | previous in thread | raw e-mail | index | archive | help
Trouble:

255-19:14 dannyman@dell ~> ssh -v dell
SSH Version OpenSSH_2.2.0, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).
debug: Reading configuration data /etc/ssh/ssh_config
debug: ssh_connect: getuid 0 geteuid 0 anon 0
debug: Connecting to dell.dannyland.org [66.92.7.150] port 22.
debug: Allocated local port 985.
debug: Connection established.
debug: ssh_exchange_identification: You are not welcome to use sshd from dsl092-007-150.sfo1.dsl.speakeasy.net.

ssh_exchange_identification: Connection closed by remote host
debug: Calling cleanup 0x8057068(0x0)

Ah ha!

So I fix it now:

1-19:16 dannyman@dell ~> grep sshd /etc/hosts.allow 
# Wrapping sshd(8) is not normally a good idea, but if you
#sshd : .evil.cracker.example.com : deny 
sshd : ALL : allow

*shrug*

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?20010816191720.B443>