I'm using Forge to manage an application using Laravel.
I created several droplets on DigitalOcean and added an SSH key to access it.
Everything was working fine, but now, when I try to connect to any of the droplets via SSH, this message appears:
ssh: connect to host X port 22: Connection timed out
My application is working perfectly and I can access it via the console on the DigitalOcean website by entering the username and password.
I need access to all droplets via SSH, can anyone help me?