After installed Ubuntu on your system you can update packages using update command,

# sudo apt-get install update

The basic packages will be installed, again you unable to found openssl can be install manually,
 
# sudo apt-get install openssh-server

Once installed openssh can try to login,

# root@ubuntu # ssh -p 22 root@192.168.0.100
The authenticity of host '192.168.0.100 (192.168.0.100)' can't be established.
ECDSA key fingerprint is 82:2a:7f:d4:72:1c:90:9a:f0:1e:ea:97:0c:a4:91:7c.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.0.100' (ECDSA) to the list of known hosts.
root@192.168.0.100's password:
[/pre