Having an equivalent function to vagrant ssh-config or vagrant-ssh would be a really useful feature
Where you would run something like
vagrant serial-config to list the qemu_socket_serial paths for each VM.
and/or maybe something like
vagrant console [vm_name] or vagrant serial [vm_name] to serial/console in to a specific VM.
Anyone of these features would be extremely useful. Anyways, just a thought.
Thank you for such a cool project!
Is there a convenient way to associate a VM with its socket_path? The vagrant paths are not logically named.
Having an equivalent function to
vagrant ssh-config
orvagrant-ssh
would be a really useful feature Where you would run something likevagrant serial-config
to list theqemu_socket_serial
paths for each VM.and/or maybe something like
vagrant console [vm_name]
orvagrant serial [vm_name]
to serial/console in to a specific VM.Anyone of these features would be extremely useful. Anyways, just a thought. Thank you for such a cool project!