SSH into Boxes VM from Host
In guest VM (Ubuntu)
# Optional, tmux is convinient for long running task
sudo apt install tmux
# Start a tmux session
tmux
# Creates a reverse SSH tunnel from the host (_gateway)
# back to your VM, mapping the host port 2222 to VM port 22,
# al...
blog.kclass.work1 min read