1. VMware로 Ubuntu를 켜고 터미널에서 명령어를 입력한다.
$ sudo apt-get install openssh-server
2. ifconfig로 eth0의 inet addr를 확인한다.
$ ifconfig
3. Mac 터미널로 넘어와서 ssh 연결 명령어를 입력한다.
$ ssh username@inet_addr
출처: https://sweetdev.tistory.com/675
'Programming > VMware' 카테고리의 다른 글
M1 Mac에서 VMware Ubuntu 20.04 설치하기 (0) | 2023.04.05 |
---|