Local Storage
Learn where the SSH Config plugin stores its data.
Local Storage
The SSH Config plugin stores all configuration locally.
~/.hostnextra/
├── backups/
├── history.json
├── servers.json
└── config.json| File | Description |
|---|---|
servers.json | Saved SSH servers |
history.json | Connection history |
config.json | Plugin configuration |
backups/ | Automatic backups created before server removal |