# 서버 설치 sudo apt update sudo apt install openssh-server # 클라이언트 설치 sudo apt update sudo apt install openssh-client
# 상태 확인 sudo systemctl status ssh # 서버 시작 sudo systemctl start ssh # 방화벽 예외 적용 sudo ufw allow ssh