Configuration
Every plugin setting, documented. The pages here mirror the structure of Settings → Remote SSH inside Obsidian.
Pages
| Page | Mirrors UI section |
|---|---|
| Profiles | Settings → Remote SSH → SSH profiles — per-profile host / port / auth / vault path / mode / jump host |
| This device | Settings → Remote SSH → This device — Client ID, User name, the per-client workspace partition |
| Advanced | Settings → Remote SSH → Advanced — debug log toggle, reconnect retries, edge-case knobs |
| Terminal | xterm.js panel: shell command, font size, scrollback |
Where settings live
<vault>/.obsidian/plugins/remote-ssh/data.json
The on-disk schema is documented at data.json schema reference — read that page if you want to script multi-machine setup or edit the file by hand.
See also
- data.json schema reference — the on-disk format behind the UI
- Host-key trust — the
hostKeyStorefield is added at save time, separate from per-profile settings - First connect — when each setting first matters