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]
已提问 1 年前376 查看次数
1 回答
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
已回答 1 年前
  • 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?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容