Skip to content

CL : Phase 1 : 부록

Sung edited this page Feb 15, 2026 · 1 revision

부록: 명령어 요약

서버 관리

# WireGuard 상태
sudo wg show
sudo systemctl status wg-quick@wg0

# WireGuard 재시작
sudo systemctl restart wg-quick@wg0

# 서버 종료
sudo shutdown -h now

# 스펙 확인
lscpu && free -h && df -h && cat /proc/device-tree/model

원격 접속

# Bastion 직접 접속
ssh ubuntu@10.0.0.1

# 내부 서버 ProxyJump 접속
ssh -J ubuntu@10.0.0.1 ubuntu@192.168.123.106

# SSH Config 설정 시
ssh compute

Clone this wiki locally