ssh-x-term 1.0.23 → 1.1.1
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,6 @@ Cross-platform features include support for `passh` (Unix), `plink.exe` (Windows
|
|
|
30
30
|
|
|
31
31
|
[](https://www.youtube.com/watch?v=C-s-Lh_VdpQ)
|
|
32
32
|
|
|
33
|
-
<br><br>
|
|
34
33
|

|
|
35
34
|
|
|
36
35
|
</div>
|
|
@@ -255,9 +254,11 @@ Download the latest binary from the [Releases Page](https://github.com/eugeniofc
|
|
|
255
254
|
|
|
256
255
|
| Storage Mode | Details |
|
|
257
256
|
|--------------|---------|
|
|
258
|
-
| **Local** | • Config at `~/.
|
|
257
|
+
| **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
258
|
| **Bitwarden** | • Secrets stored in your **Bitwarden Vault**.<br>• Requires `bw` CLI.<br>• Supports Organizations & Collections. |
|
|
260
259
|
|
|
260
|
+
**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.
|
|
261
|
+
|
|
261
262
|
---
|
|
262
263
|
|
|
263
264
|
## 🛡️ Security & Disclaimer
|