[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] [RaQ 3] ssh1-problem: connection refused
- Subject: [cobalt-users] [RaQ 3] ssh1-problem: connection refused
- From: "Michael Karl" <info@xxxxxxxx>
- Date: Wed May 9 08:23:03 2001
- Organization: M. Karl Internetdienstleistungen
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hello,
I installed SSH 1.2.31 on a RaQ 3, exactly following the instructions
on
http://emea.cobalt.com/support/kb/search.php3?ques=ssh&qid=534&languag
e=1
The installation worked well, after restarting the system sshd is
running. /var/log/messages says
May 10 00:38:28 web1 sshd[465]: log: Server listening on port 22.
May 10 00:38:28 web1 sshd[465]: log: Generating 768 bit RSA key.
May 10 00:38:30 web1 sshd[465]: log: RSA key generation complete.
The only problem is: I can't connect to the server. Everytime I try
to connect with ssh, I only get the message "Connection refused". The
only thing I can do is to connect from localhost, but I want to
connect from other hosts, of course.
My /etc/sshd_config is the following:
--- start c&p ---
Port 22
ListenAddress 0.0.0.0
HostKey /etc/ssh_host_key
RandomSeed /etc/ssh_random_seed
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
PermitRootLogin yes
IgnoreRhosts no
StrictModes yesf
QuietMode no
X11Forwarding yes
X11DisplayOffset 10
FascistLogging no
PrintMotd yes
KeepAlive yes
SyslogFacility DAEMON
RhostsAuthentication no
RhostsRSAAuthentication yes
RSAAuthentication yes
PasswordAuthentication yes
PermitEmptyPasswords yes
UseLogin no
--- stop c&p ---
Thank you for any help.
Best Regards,
Michael