How to access a VMware Workstation's Ubuntu guest from a Windows host via SSH?

Step 1

Install an SSH server to the Ubuntu guest:

sudo apt-get install ssh

superuser.com/a/1083062

Step 2

Assign a static IP address to the guest.

Step 3 (optional)

ssh-copy-id <login>@<the guest's static IP address>

In my case:

ssh-copy-id dfediuk@192.168.95.132

The result: