728x90 ☁︎클라우드/Oracle Cloud2 Oracle Cloud - SSH 접속 문제 해결 방법 https://youtu.be/FIFXj4-dMG0?si=o82LiOGn66XknbzU https://the-team-oasis.github.io/infrastructure/oci-recover-sshkey/ OCI Compute Instance SSH Key 복구 방법OCI Compute Instance에서 SSH키 분실등의 이슈로 접속이 불가능한 상태에서 추가로 공개키를 등록하는 방법에 대해서 설명합니다.the-team-oasis.github.io 2025. 3. 26. Oracle Cloud - 특정 포트 방화벽 해제(iptables, firewall-cmd) iptables 정책 생성 sudo iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT iptables 정책 확인 sudo iptables -L -n -v --line-number iptables 라인 번호로 정책 삭제 sudo iptables -D INPUT 1 firewall-cmd sudo apt install firewalld sudo firewall-cmd --zone=public --permanent --add-port=80/tcp sudo firewall-cmd --reload 방화벽 규칙 영구 지속 sudo apt install netfilter-persistent -y sudo netfilter-persistent save 출처: https://stack.. 2023. 2. 12. 이전 1 다음 728x90