Port 22 setup on VirtualBox

Published: 13 July 2024
on channel: Cloud Foundation Academy
137
2

Join the telegram group: @tca2024cohortA

This setup on virtualbox enables you connect via SSH from another terminal in your local computer to your Ubuntu server in VirtualBox.
After this setup, go to your terminal in your computer (gitbash, mobaxterm, powershell etc) and enter the following command:

ssh -p 2222 YOURUBUNTUUSERNAME@localhost

Note: if your terminal does not have openssh installed, install, enable and start ed , it will not work. To install, enable and start openssh, use the below commands.

sudo apt install openssh-server -y
sudo systemctl enable ssh
sudo systemctl start ssh


Watch video Port 22 setup on VirtualBox online without registration, duration hours minute second in high quality. This video was added by user Cloud Foundation Academy 13 July 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 137 once and liked it 2 people.