0

Facing problem to ssh into Linux from mac.

ssh: connect to host 35.184.51.144 port 22: Operation timed out

man

2
  • 1
    You'd want to check if the machine is reachable, whether ssh daemon is running on port 22 on that machine. Check the client and server logs in verbose after that. Should give some clue. Commented Jun 8, 2020 at 15:44
  • Try to add a -v option to the command line for more log output.
    – jvb
    Commented Jun 8, 2020 at 15:48

0

You must log in to answer this question.

Browse other questions tagged .