Not familiar with OpenSSH, but here's some advice for this under SSH
brand:

What happens when you telnet to port 22? Does it just disconnect you, or
does it show you a version banner first? If it doesn't even show a banner,
perhaps you're using tcpwrappers and 127.0.0.1 isn't in the allow list?
Likewise, check the AllowHosts and DenyHosts in your sshd2_config and see
if 127.0.0.1 is allowed or denied. Also, if you RequireReverseMapping
you'll be disconnected if your client doesn't have proper forward and
reverse DNS mappings (e.g. localhost is 127.0.0.1 and 127.0.0.1 is
localhost) - use nslookup to check that.

--
Gregor Mosheh
[EMAIL PROTECTED]
Systems Admin, Humboldt Internet
707.825.4638


On Tue, 18 Jul 2000, [iso-8859-1] S�bastien Mortier wrote:

> Hi SSH-users !
> 
> I've installed :
> - openssh-2.1.1p1-1mdk.sparc.rpm
> - openssh-clients-2.1.1p1-1mdk.sparc.rpm
> - openssh-server-2.1.1p1-mdk.sparc.rpm
> On a Sun Ultra1 with Mandrake 7.1b set in paranoid mode.
> 
> When I try to connect myself, I have the following message in debug mode
> :
> 
> ssh -l <user> localhost -v
> 
> 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: Applying options for *
> debug: Seeding random number generator
> debug: ssh_connect: getuid 0 geteuid 0 anon 0
> debug: Connecting to localhost.localdomain [127.0.0.1] port 22.
> debug: Seeding random number generator
> debug: Allocated local port 1017
> debug: Connection established.
> ssh_exchange_identification: Connection closed by remote host
> debug: Calling cleanup 0x24f60(0x0)
> 
> Where's the trouble ?
> 
> ThanX by advance,
> Sebastien.
> 
> 

Reply via email to