我正在连接到 AWS EC2 私有实例(具有私有 DNS 和 IP,没有公共 DNS 或 IP)。我这样做是通过以下方式:
- 代理转发:ssh-add private-instance.pem
连接到堡垒:ssh my-project.prd
.ssh/配置
- 连接到私有实例:ssh ubuntu@private-ip-num
与实例的连接工作正常,但每当我尝试安装软件包时:
git clone https://github.com/aws/efs-utils
我收到如下错误:
fatal: unable to access 'https://github.com/aws/efs-utils/': Failed to connect to github.com port 443: Connection timed out