@zero-transfer/ssh 0.4.0 → 0.4.2
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 +4 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +246 -4
- package/dist/index.d.ts +246 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,9 +54,10 @@ This package publishes a narrowed surface of **23** exports. These symbols are a
|
|
|
54
54
|
|
|
55
55
|
## Examples
|
|
56
56
|
|
|
57
|
-
| Example | What it shows
|
|
58
|
-
| -------------------------------------------------------------------------------------------------------------------- |
|
|
59
|
-
| [`examples/
|
|
57
|
+
| Example | What it shows |
|
|
58
|
+
| -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
|
|
59
|
+
| [`examples/ssh-exec-command.ts`](https://github.com/tonywied17/zero-transfer/blob/main/examples/ssh-exec-command.ts) | SSH remote command execution via the standalone `@zero-transfer/ssh` stack. |
|
|
60
|
+
| [`examples/sftp-private-key.ts`](https://github.com/tonywied17/zero-transfer/blob/main/examples/sftp-private-key.ts) | SFTP private-key authentication example with host-key pinning. |
|
|
60
61
|
|
|
61
62
|
## Documentation
|
|
62
63
|
|