Bubble Tea TUI for VM management and SSH access
- Automatically SSH to single running VM
- TUI selection interface for multiple VMs
- Configurable SSH usernames per VM
- Install Go
- Clone repository
go build(orgo installif you actually like whatever this is)
Create ~/.config/vmgr/vmgr.conf with key-value pairs mapping VM names to SSH usernames:
vm-name=username
lab-server=root
windows-box=Administrator
Mode: Toggle
> [ ] lab-mint-client
[ ] dc-win-server
[ ] web-alpine-client
Press q to quit.
- libvirt
- SSH installed and running on client VMs