From ef4ca6b6768c0ae4bc19055b7c59f23816510be3 Mon Sep 17 00:00:00 2001 From: Dale Visser Date: Fri, 25 Feb 2022 18:04:29 -0500 Subject: [PATCH] A little help for SSH access into a headless VM (#388) As I learned today on the Discord server. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6a998ab..83488df 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,14 @@ SSH and SPICE ports the VM is connected to. cat ubuntu-20.04/ubuntu-20.04.ports ``` +If, for example, the SSH port is set to 22220, and assuming your VM has +a started SSH service (details vary by OS), you can typically SSH into +it from the host as follows: + +``` {.bash} +ssh -p 22220 your_vm_user@localhost +``` + Accessibility =============