Koozali.org: home of the SME Server

SSH and SSL

Matt Goss

SSH and SSL
« on: November 05, 2000, 10:49:13 AM »
Tonight I installed the SSH and SSL rpms from the main page of www.e-smith.org...

Since then, my users cannot connect to the mail server and I can no longer ftp in.  None of the web sites are up either....

Any ideas?

Matt Goss

RE: SSH and SSL
« Reply #1 on: November 05, 2000, 10:54:54 PM »
I think I've found the problem.

The /etc/rlinetd.conf file contains the following

directory "/etc/rlinetd.d";

service "telnet"
{
    protocol tcp;
    port "telnet";
    user "root";
    exec "in.telnetd";
    server "/usr/sbin/tcpd";
}

service "auth"
Program fragment at line 33 delivered error syntax error''


----
So I assumed that the last 2 lines are incorrect, and went about fixing the rlinetd.conf templates.  However, even if I remove the:   service "auth"   part of the template, I continue to have other errors like no ssh/web/ftp access.  I can't even get to the e-smith manager.

I'm wondering what the default rlinetd.conf (and maybe all the corresponding rlinetd.d) template looks like.  Could someone send that my way?

Any ideas are greatly apprecaited!!!

Thanks!!!
Matt

Matt Goss

RE: SSH and SSL
« Reply #2 on: November 06, 2000, 01:23:22 AM »
Well, hopefully the question posted here helps someone.... Looks like I have my own thread going!

I installed the base-upgrade from www.e-smith.org and it seemed to fix all the problems!

Enjoy!
Matt