I installed VMWare Fusion virtualization software.
I installed 2 Operating Systems (OS)
Linux

Windows (couldn’t install Windows Server on ARM64 with VMWare Fusion)

OpenSSH is a powerful collection of tools for the remote control of, and transfer of data between, networked computers.
I installed ssh in the Linux machine with sudo apt install openssh-server .

I created a new user named ralucarusu to the SSH server sudo adduser ralucarusu .

Gave it sudo access and allowed SSH login to that user usermod -aG sudo ralucarusu

Found the IP address with ifconfig .

Installed Putty on the Windows machine.

Used the new user & password andPutty on the Windows machine to connect to the SSH server of the Linux machine.

