워크스테이션 -> 로컬 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