ssh-x-term 1.0.22 → 1.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -255,9 +255,11 @@ Download the latest binary from the [Releases Page](https://github.com/eugeniofc
|
|
|
255
255
|
|
|
256
256
|
| Storage Mode | Details |
|
|
257
257
|
|--------------|---------|
|
|
258
|
-
| **Local** | • Config at `~/.
|
|
258
|
+
| **Local** | • Config at `~/.ssh/config` (standard SSH config file)<br>• Passwords stored in **System Keyring**.<br>• Metadata stored as comments in SSH config.<br>• Fully compatible with standard SSH tools. |
|
|
259
259
|
| **Bitwarden** | • Secrets stored in your **Bitwarden Vault**.<br>• Requires `bw` CLI.<br>• Supports Organizations & Collections. |
|
|
260
260
|
|
|
261
|
+
**Note:** If you're upgrading from a previous version that used JSON config (`~/.config/ssh-x-term/ssh-x-term.json`), your connections will be automatically migrated to the SSH config format on first run.
|
|
262
|
+
|
|
261
263
|
---
|
|
262
264
|
|
|
263
265
|
## 🛡️ Security & Disclaimer
|