I just installed Linux on my computer and tried connecting to it using PuTTY. The problem is that I keep getting "Connection Refused". Is there a simple fix, or is it something bigger?

link|improve this question
feedback

1 Answer

up vote 4 down vote accepted

You're getting this error because sshd (the SSH server/daemon) is not running on that computer.

How to start it depends on what distribution you're using on that computer. Please update your question to include that information.

You can also search the Web for "<distribution name> start sshd" and see what comes up.

Oh, and before all this, make sure that you are trying to connect to the correct IP address. You can find out what IP address the computer has at the moment by running "ifconfig -a" at the command prompt. You may have to run the command using sudo, like this: "sudo ifconfig -a".

link|improve this answer
thanks. we ended up getting it using what you said. and yes, the ip address was correct. =) – joe Oct 15 '09 at 22:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.