Page 1 of 1

Problems connecting Win7 to Ubuntu server using PuTTY

Posted: January 6th, 2015, 7:10 pm
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?

Re: Problems connecting Win7 to Ubuntu server using PuTTY

Posted: January 6th, 2015, 8:37 pm
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.