Amazon interview question

What do you do if you cannot ssh into a server?

Interview Answers

Anonymous

25 Sept 2020

netcat -zv server_address 22

2

Anonymous

12 Mar 2020

Verify port 22 is open using netcat

2