$ sudo apt update $ sudo apt install openssh-server $ sudo systemctl status ssh
만약 접속이 안되고, 서버가 방화벽을 사용중인 경우, ssh포트를 허용한다.
sudo ufw allow ssh