Amazon Interview Question

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

Interview Answers

Anonymous

Sep 25, 2020

netcat -zv server_address 22

2

Anonymous

Mar 12, 2020

Verify port 22 is open using netcat

2