0

I picked "All Traffic" for security groups on AWS but this doesn't seem to permit SSH on port 22? Am I having a nightmare or is this the case?

2 Answers2

2

"All traffic" permits all traffic on all ports using all protocols (TCP / UDP / ICMP). Check your instance firewalls, firewalls at the client side, etc.

Tim
  • 624
0

For SSH this is what it should look like But, maybe the issue you are having is somewhere else. Where are you trying to SSH from? Outside AWS or inside? If from outside, make sure you are using the Public DNS Name to SSH.

NFR
  • 448