https://shanepark.tistory.com/239
$ sudo apt update
$ sudo apt install openssh-server
$ sudo systemctl status ssh
$ sudo ufw enable
$ sudo ufw allow ssh
ip a
$ ssh {계정명}@{ip주소}
ex) ssh [email protected]
고급설정 → NAT/라우터 관리 → 포트포워드 설정
내부 IP 주소, 외부포트, 내부포트 등록하기
