Problems connecting Win7 to Ubuntu server using PuTTY

Post Reply
Lzee
Member
Member
Posts: 1
Joined: January 6th, 2015, 6:59 pm

Problems connecting Win7 to Ubuntu server using PuTTY

Post by Lzee »

Hi guys,
So i'm trying to make a server. I've been follow the HTKH How to install an Ubuntu server guide and have got to the part about connecting your to computers using puTTy but it comes up with an error saying that the connection has been refused. Any ideas why?
User avatar
Ian
Moderator
Posts: 752
Joined: January 1st, 2011, 7:00 am

Re: Problems connecting Win7 to Ubuntu server using PuTTY

Post by Ian »

Hi there,

Have you installed openssh on the server?

Code: Select all

sudo apt-get install openssh-server
Next try and ping the server using the IP address and if you get a response use that in the "Host Name (or IP Address)" field on your Putty configuration screen instead of the hostname.

Lastly, if you have a firewall on your win 7 machine (eg. McAfee or Norton) try disabling it and seeing if it helps.

Ian.
Post Reply