You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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