filmov
tv
SSH into VirtualBox VM from Host Machine
Показать описание
This is a pertinent requirement during the learning journey to access the VM from host machine or some other machine. This video shows the way to install, enable and start the SSH services on a sample Parrot OS VM and can be replicated on any debian variant machine. The commands and steps used are mentioned below for ready reference:
1. Open the terminal application
2. Type for installation : sudo apt-get install openssh-server
3. Enable the ssh service : sudo systemctl enable ssh
4. Start the ssh service : sudo systemctl start ssh
1. Open the terminal application
2. Type for installation : sudo apt-get install openssh-server
3. Enable the ssh service : sudo systemctl enable ssh
4. Start the ssh service : sudo systemctl start ssh