manito42 / backend

42 Manito Backend Repository
https://42manito.com
3 stars 2 forks source link

SSH agent forwarding을 통한 private subnet의 ec2 instance 접근방법 #28

Closed koreanddinghwan closed 1 year ago

koreanddinghwan commented 1 year ago

ssh forwarding set in config
how to access private subnet instances

  1. 모든 인스턴스들에 동일한 key-pem 접속 설정
  2. 맥북의 ~/.ssh 의 config에 ForwardAgent yes 설정.
  3. public subnet instance에 대해서 ssh 접속 후, private subnet 인스턴스에 동일한 방식으로 접속.
JuneParkCode commented 1 year ago

Production / Development 모두 적용완료