简体   繁体   中英

Unable to ssh login from windows to ubuntu

I am trying to login on my ubuntu server from windows pc using putty ssh but it says connection refused.

I am able lo login on ubuntu using command

$ ssh root@MY-IP-ADDRESS

not able to login using remote server.

Please Help me.

I was having the same issue and nothing was working for me to connect to ec2 linux instance from Windows 7. Here is how i was finally able to connect.

1.) Download puttygen.exe and create a .ppk file from your .pem file that you downloaded from amazon. 2.) Use FireSSH (plug-in for Firefox), put in your host name, use 'ubuntu' (minus the quotes) for the Login, leave password blank and enter the location of the .ppk you created from puttygen.exe

Note: Oddly enough i was not able to connect using putty.exe but the private key it generates works fine with FireSSH

Did you install openssh-server ?

   aptitude install openssh-server

Then also check you don't have firewall running on your Ubuntu.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM