Remote machines (SSH)¶
The "ssh box" / "connect to box" voice command opens a new pane and SSHes into
a host you name. Hosts live in a separate file, ~/.config/vupai/hosts.toml. Write
a commented template with:
Each host is one table; only host is required (SSH key auth must already work):
[hosts.box]
user = "me" # optional; omit to use ~/.ssh/config defaults
host = "box.example.com" # required: hostname/IP or an ssh-config Host alias
port = 22 # optional
program = "claude" # optional; omit to land in a plain login shell (default)
Say the table name ("ssh box") to connect. By default you land in a login shell,
so you can cd into a project first; set program to auto-start an agent instead.