Having trouble copying and pasting commands into your Ubuntu VM inside the EVE-NG environment?
By default, the EVE-NG console doesn’t support copy and paste — but in this video, I’ll show you a simple and effective alternative using SSH access from your host PC.
You’ll learn how to enable SSH in Ubuntu, connect from your host system, and easily perform copy and paste operations directly through the terminal or PuTTY.
What You’ll Learn
✅ Why copy and paste don’t work inside EVE-NG console
✅ How to check your Ubuntu VM’s IP address
✅ How to install and enable the SSH service
✅ How to SSH into Ubuntu VM from Windows / macOS
✅ How to copy and paste commands seamlessly
Commands Used
ip a
sudo apt update
sudo apt install openssh-server -y
sudo systemctl status ssh
ssh username@IP_address