Step 1
Install an SSH server to the Ubuntu guest:
sudo apt-get install ssh
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