1.3.0 • Published 12 months ago

ssh2-custom v1.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

ssh2-custom

A custom package for the ssh2 library with pre-built native modules. This package is intended to be used in environments where the required build tools for ssh2's native modules are not available.

Installation

Install the package using npm:

npm install ssh2-custom

Usage

Use the custom package in your project by requiring it as usual:

const ssh2 = require('ssh2-custom');

For documentation on how to use the ssh2 library, please refer to the official ssh2 repository.

Disclaimer

This custom package is provided as a workaround for environments without the required build tools for ssh2's native modules. It is not an official package and may not be suitable for all use cases. The pre-built native modules included in this package are built for specific operating systems and architectures, and may not work correctly on all systems.

For the best experience and support, it is recommended to use the officialssh2 library and ensure that the required build tools are available in your environment.

License

This custom package is licensed under the ISC License. Please refer to the official ssh2 repository for information on the license of the original library and its dependencies.

Contributing

Please note that this custom package is provided as a convenience and is not intended for general contributions. If you wish to contribute to the development of the ssh2 library, please refer to the official ssh2 repository.

For issues specific to this custom package, please open an issue in the GitHub repository or submit a pull request.

Acknowledgments

This custom package is based on the work of Brian White and the ssh2 library. All credit for the functionality provided by this package goes to the original author and contributors of the ssh2 library.

1.3.0

12 months ago

1.2.0

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago