Cant SSH from my bastion server

0

Hello there,

i have 2 instances :

  • My-APP
  • My-Bastion-Server

My-APP is where my site is placed, it can be browsed through the internet but, since 06 February 2023, everytime i try to ssh to My-APP through My-Bastion-Server it return error "Connection timed out" any idea how to solve this ? thanks in advance.

anyway the command i use to ssh My-APP through My-Bastion-Server is :

ssh -i ~/.ssh/[KEY] [IP]
asked a year ago361 views
1 Answer
0

One possible reason for your access issue, is if you have allowed SSH access to your home IP address via the associated security group, it is possible that your IP address has changed and would therefore suddenly no longer be working. Check your security groups and see if your rules are still appropriate for your access.

AWS
bendutt
answered a year ago
  • thank you for your answer, but i can assure you IP is not the problem, the public IP of my office hasn't changed. and even so, if the IP changed we can just adjust the Inbound rule. any other suggestion?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions