New EC2 instance and can't SSH into it #14321
-
I'm trying to SSH into the new EC2 instance created by algo on port 22. I opened up the port in the firewall. It just times out. Do I need a Key? Is it a different port? |
Beta Was this translation helpful? Give feedback.
Answered by
davidemyers
Oct 11, 2021
Replies: 1 comment 7 replies
-
When you deploy to a supported cloud provider Algo changes the SSH port to Algo prints out the command to use to SSH into your instance when the deployment completes. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
pmatra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you deploy to a supported cloud provider Algo changes the SSH port to
4160
. You can change the port prior to deployment by editingconfig.cfg
.Algo prints out the command to use to SSH into your instance when the deployment completes.