I disabled the contents of hosts.deny. I can ftp fine to 127.0.0.1,
also to the specific IP address, as well as to the FQDN.
The telnet line in /etc/services and /etc/inetd.conf is identical
to another machine that is functioning.
When I ssh the server adds the host key and requests the user pw,
then reports "Permission denied".
Woody
On Thu, 28 Dec 2000, Cory Petkovsek wrote:
> You shouldn't be able to ssh in as root either (by the default setup). Can
> you ssh/telnet locally? IE (ssh 127.0.0.1) to the redhat box?
>
> Do you think your hosts.deny saying all except telnet may be interfering
> with ssh?
>
> What if you temporarily try another login service like an ftp server. And
> try temporarily disabling your hosts.deny.
>
> The default install of 6.2 alllows telnet connections (unless there is some
> security level like on mandrake. I don't remember if there is). So
> something has been changed to disable telnet. Root shouldn't be allowed to
> log in remotely through telnet by the /etc/securetty file.
>
> Cory