On Tue, 18 Jul 2000, 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.

One more thing, if you are not using inetd.conf to start sshd,
then sshd is most likely not running, try  "ps -ef | grep ssh"
The best place to start it up is in your /etc/rc.d/rc3.d/
directory and have an sshd bootup service pointing to
    /etc/rc.d/init.d/sshd
or with Mandrake, use "ntsysv" to set up the bootable service.

>From the command line on Mandrake, you can start it now with
    service sshd start
    (you can also use this to start any init.d service, like httpd)
or the traditional way with
    /etc/rc.d/init.d/sshd start

Thanks... Dan.

Reply via email to