Home » Questions » Computers [ Ask a new question ]

How to avoid "Connection Refused" error while using PuTTY?

How to avoid "Connection Refused" error while using PuTTY?

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?

Asked by: Guest | Views: 261
Total answers/comments: 1
bert [Entry]

"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""."