VirtualBox
VBoxManage
$ VBoxManage list vms
"DebC" {e35b7157-8169-449e-a75c-53acdd8449b8}
"nbsdC" {662e43a7-192f-4278-a284-34733598c278}
Start a VM in headless:
$ VBoxManage startvm nbsdC --type headless
Waiting for VM "nbsdC" to power on...
VM "nbsdC" has been successfully started.
SSH into it to see it is really running:
$ ssh deveng@127.0.0.1 -p 2222
(deveng@127.0.0.1) Password for deveng@nbsdc:
Last login: Sat Sep 30 10:34:05 2023 from 10.0.2.2
NetBSD 9.3 (GENERIC) #0: Thu Aug 4 15:30:37 UTC 2022
Welcome to NetBSD!
|