unable to telnet, ftp or ssh

Hi,I am unable to telnet, ftp or ssh into my machine.I can login via console.Anyone can advice me which file or where can this be tweaked?RegardsSolomon
[201 byte] By [solomon77] at [2007-11-25 23:39:34]
# 1
Solomon,Can you ping from from that machine?If not check the network card configuration i.e. by # sbin/ifconfig -a-Michal
mzlamal at 2007-7-5 18:47:34 > top of Java-index,General,Talk to the Sysop...
# 2

As stated by the first rsponce, the networking interface being up is a baseline

requirement. I would then want to ask if the machine known by the other systems

within you network.

Has a naming service been established? NIS , DNS, or even /etc/hosts file entries?

IF the system is on the net, there is one other thing might be, the /etc/default/login file.

There are lines that looks like this in the file:

# If CONSOLE is set, root can only login on that device.

# Comment this line out to allow remote login by root.

#

CONSOLE=/dev/console

Comment out the CONSOLE line by adding a " #" sign in front of it, and try it again....

#CONSOLE=/dev/console

Hope this is helpful,

goldhunt

goldhunt at 2007-7-5 18:47:34 > top of Java-index,General,Talk to the Sysop...
# 3
thanks Michal and goldhunt for your advice.Let me try out the methods.Many thanks again.CheersSolomon
solomon77 at 2007-7-5 18:47:34 > top of Java-index,General,Talk to the Sysop...
# 4
I replaced my ssh related files and now able to work.strange.. mayb my ssh files were corrupted or not installed properly.Thanks again for all your help.CheersSolomon
solomon77 at 2007-7-5 18:47:34 > top of Java-index,General,Talk to the Sysop...