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
Смотрите видео Port 22 setup on VirtualBox онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Cloud Foundation Academy 13 Июль 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 137 раз и оно понравилось 2 людям.