A little help for SSH access into a headless VM
As I learned today on the Discord server.
This commit is contained in:
parent
22e95b4e74
commit
3bee087543
@ -436,6 +436,14 @@ SSH and SPICE ports the VM is connected to.
|
||||
cat ubuntu-focal/ubuntu-focal.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
|
||||
=============
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user