If you have successfully installed a CentOS 7 to your Virtual Machine, first thing comes into your mind is how to install an SSH in CentOS 7.
Once we have successfully installed our SSH service, you should be able to this service via SSH Client, for example,
PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. It supports several network protocols, including SCP, SSH, Telnet,
With that said, let us proceed with our tutorial.
Turn on your Virtual Machine, and access your root user:

Let us start installing SSH service with this command below:
yum install -y openssh openssh-server openssh-clients openssl-libs

Once the installation has been completed, let us test your SSH access by opening your PuTTY application, then Enter your Virtual Machine assign

Click Open. By default, this will listen to port 22, and from here, you should have another window for PuTTY Security Alert.

Click Yes. You should have this login window as

Enter your root use credential and you should be all set.

Well done.
Thank you!!