I have some problems running the ssh daemon.

I am installing ssh on 2 computers, one at home
and one at the university. Both are Linux, RedHat
based 6.x systems.

The computer at the unversity is working with no 
problems, both the server and the client seem to work.

Even tho, that the instalation was done in the 
same manner on both systems, I can't get the sshd
to start ssh on my home computer. The only difference
I can find in the two systems, is that my home box already
had ssh install.

Here are the data I have been able to gather regarding
the problem in my home computer :

1. I first try instaling from RPM with no success.
   I was getting a :
   "200.53.50.20" closed the conection

2. I downloaded the source and installed :
    zlib, open-ssl & open-ssh.
    I did : configure, make & make install

[   After installing from RPM I deleted all the ssh* files
   I could find, in several directories. To not have conflicts
   with the RPM previous installation ]

3. There isn't a "/etc/rc.d/init.d/sshd" file as there
   is on the University box. I cant figure out why ...

4. Here is output of "/usr/sbin/sshd -d"  
==============================================
[root@suzzy openssh-2.1.1p1]# /usr/sbin/sshd -d
debug: sshd version OpenSSH_2.1.1
debug: Seeding random number generator
debug: read DSA private key done
debug: Seeding random number generator
debug: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
Generating 768 bit RSA key.
debug: Seeding random number generator
debug: Seeding random number generator
RSA key generation complete.
debug: Server will not fork when running in debugging mode.
Connection from 200.38.230.25 port 1023
debug: Client protocol version 1.5; client software version
OpenSSH-1.2.1
debug: Local version string SSH-1.99-OpenSSH_2.1.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: Starting up PAM with username "chema"
debug: Attempting authentication for chema.
debug: PAM Password authentication for "chema" failed: Authentication
failure
Failed password for chema from 200.38.230.25 port 1023
debug: PAM Password authentication for "chema" failed: Authentication
failure
Failed password for chema from 200.38.230.25 port 1023
debug: PAM Password authentication for "chema" failed: Authentication
failure
Failed password for chema from 200.38.230.25 port 1023
Connection closed by 200.38.230.25
debug: Calling cleanup 0x804dd7c(0x0)
Cannot close PAM session: System error
Cannot delete credentials: Authentication service cannot retrieve user
credentials
debug: Calling cleanup 0x805cae4(0x0)
[root@suzzy openssh-2.1.1p1]# 
==========================================================================

I have tried this several times, believe me that I am typing the correct
passwords :)

Thank you for reading this.

Apreciate your Help

Chema
[EMAIL PROTECTED]

Reply via email to