ubuntu 이미지 설치 후, 컨테이너 실행.
docker cp <host 키페어위치> <컨테이너 이름>:<컨테이너 내부 옮길 위치>
apt update
apt install openssh-server
apt install openssh-client (scp 사용을 위해서)
이후, chmod 400 <키페어>
ssh -i "키페어" <이름>@<주소>
ex) ssh -i "Xxx.pem" ubuntu@ec2-Xxxxx.ap-northeast.compute.amazonaws.com