
실행환경
Host PC : M1 맥북
가상화 플랫폼 : VMWare Fusion
가상 환경 OS : Ubuntu 24.04.1
$ ip addr
$ ip -a

접속할 IP : 172.16.235.138
$ sudo systemctl status ssh

SSH가 설치되어 있지 않다면
$ sudo apt update
# openssh 설치시 자동으로 y 옵션 적용
$ sudo apt install openssh-server -y
SSH가 실행중이 아니라면
# ssh 시작
$ sudo systemctl start ssh

Create host 클릭
IP
Label
username
password

Add and continue 클릭

