Socket
Socket
Sign inDemoInstall

@microsoft/dev-tunnels-ssh

Package Overview
Dependencies
12
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @microsoft/dev-tunnels-ssh

SSH library for Dev Tunnels


Version published
Weekly downloads
12K
increased by30.56%
Maintainers
4
Install size
1.50 MB
Created
Weekly downloads
 

Readme

Source

Dev Tunnels SSH Library

A Secure Shell (SSH2) client and server protocol implementation for Node.js and browser environments.

Feature Highlights

  • SSH over any JavaScript stream (including but not limited to Node.js TCP sockets and browser websockets)
  • Configurable, extensible, negotiated algorithms for key-exchange, encryption, integrity (HMAC), and public-key authentication
  • Channel multiplexing, with ability to stream data to/from channels
  • Piping between two sessions can relay all channels and port-forwarding
  • Extensible channel request handling (for "exec", "shell", or custom requests)
  • Supports reconnecting a disconnected session without disrupting channel streams.
  • Compatible with common SSH software. (Tested against OpenSSH.)

Limitations

The following features are not implemented in typescript implementation yet, and we have plans to implement the same:

  • Async processing of messages and ability to send one message before receiving response for a previous one.

Requirements

The TypeScript implementation supports either Node.js (>= 14.x) or a browser environment. When running on Node.js, it uses the Node.js built-in crypto module. When running in a browser it uses the Web Crypto API, which is supported by all modern browsers. However note that since script on a web page cannot access native TCP sockets, the standard use of SSH over TCP is not possible; some other stream transport like a websocket may be used.

Packages

The optional dev-tunnels-ssh-tcp and dev-tunnels-ssh-keys depend on the core dev-tunnels-ssh package.

Keywords

FAQs

Last updated on 10 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc