mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
A little help for SSH access into a headless VM (#388)
As I learned today on the Discord server.
This commit is contained in:
parent
31783f3b95
commit
ef4ca6b676
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
=============
|
||||
|
||||
|
|
Loading…
Reference in a new issue