LXDコンテナはSSH経由でAWSに接続できません。

LXDコンテナはSSH経由でAWSに接続できません。

ワークステーション - >ローカルLXC - > AWS

.sshキーと設定をデフォルトのワークステーションからLXDコンテナにコピーしました。私のIPテーブルも消去しました。これはdockerの問題であり、私のブリッジがインターネットにアクセスするのをブロックしていると思います。これでアクセスできます。

残念ながら、SSHを試してみると、接続がタイムアウトします。

OpenSSH_8.2p1 Ubuntu-4ubuntu0.3, OpenSSL 1.1.1f  31 Mar 2020                            
debug1: Reading configuration data /root/.ssh/config                                    
debug1: /root/.ssh/config line 16: Applying options for rabbit-dev                     
debug1: Reading configuration data /etc/ssh/ssh_config                                
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no  
files                                                                                 
debug1: /etc/ssh/ssh_config line 21: Applying options for *                           
debug1: Connecting to ec2-##-###-###-###.compute-1.amazonaws.com [##.###.###.###] por 
t 22.                                                                                 
debug1: connect to address ##.###.###.### port 22: Connection timed out               
ssh: connect to host ec2-##-###-###-###.compute-1.amazonaws.com port 22: Connection t 
imed out

私の~/.ssh/configには以下が含まれています。

Host rabbit-dev
HostName ec2-##-###-###-###.compute-1.amazonaws.com
IdentityFile ~/.ssh/dev_company.pem
LocalForward 11003 rabbitmq.internal.dev.company.com:80
LocalForward 11004 rabbitmq.internal.dev.company.com:5672
User ec2-user 
IdentitiesOnly yes

ベストアンサー1

おすすめ記事