SSH into Boxes VM from Host
Oct 8, 2025 · 1 min read · 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...
Join discussion