linux - Cannot SSH Into EC2 Instance With Different Computer: Connection Refused using Putty -


I'm having trouble trying SSH on my HTML EC2 from my home computer, I started it on my work computer I was able to do SSH server from my computer, but I am unable to SSH from my home computer to the server. When I try to connect through my home computer through the confirmation, it says, "Connection refused."

  • I have allowed any IP address SSH in the server.
  • I have imported it from my computer into my .pp file and on my home computer it is imported into a certificate. It still does not work.
  • I created a new key / pair for my home computer via the Amazon Web interface, imported the PPK to my home computer in my POTTY, but I still refuse the connection " Given".

At this point, I'm not sure how it can be. I'm new to working with linux and I'm assuming that if I wanted to copy everything on my home computer on computer's confirmation session, then it should work.

Any thoughts?

This is working, for some reason it was unable to resolve the DNS. I was directly connected to Public IP


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -