SSH¶
Screenshot placeholder — connection form with SSH fields filled.
Voltius speaks SSH via russh — pure-Rust, no OpenSSH binary required.
Required¶
| Field | Default |
|---|---|
| Host | hostname or IP |
| Port | 22 |
| Username | root |
| Auth | Password or Key |
Optional¶
- Identity — share an SSH key across many hosts. See Identities.
- Folder / Tags — organize. See Folders & tags.
- Jump hosts — chain through bastions. See Jump hosts.
- Env vars — exported into the remote shell.
- Agent forwarding — toggle to forward your SSH agent.
- Disable ping — skip pre-connect TCP check for hosts that drop ICMP.
- Pre/post command — run locally before/after the session.
- Terminal encoding — override if remote isn't UTF-8.
- Distro / icon — cosmetic; auto-detect after first connect.
What gets stored¶
| Where | What |
|---|---|
| Vault (encrypted) | Password, private key |
| Vault metadata | Everything else |
| Outside vault | Nothing |
See Security.