Setup SSH Server on a Linux Guest VM with Virtual Box - NAT and Port Forwarding

Опубликовано: 16 Март 2026
на канале: Computers, Security & Gadgets
35,204
349

Buy CSG Merchandise:
http://tee.pub/lic/csg
Patreon page:   / computers_servers  

How to setup the SSH server on a Linux guest virtual machine within Oracle Virtualbox. Including the instructions to setup port forwarding for NAT connections or Bridged network instructions.

Commands used in this video:

sudo yum install openssh

sudo systemctl start sshd
sudo service sshd start

sudo systemctl status sshd
sudo service sshd status

sudo systemctl enable sshd
sudo chkconfig sshd on

firewall-cmd --zone=public --permanent --add-service-ssh