Persistent SSH tunnels
```js const autossh = require('dd-autossh') module.exports = { //其他配置 plugins: [ new autossh({ host: '******', username: '***', password: '******', remotePath: '****' }) ] } ```
```js const autossh = require('dd-autossh') module.exports = { //其他配置 plugins: [ new autossh({ host: '******', username: '***', password: '******', remotePath: '****' }) ] } ```
this plugin just use to instead of autossh or ssh.
simple ssh tunnel daemon - an autossh alternative powered by pm2
No description provided.
n8n community nodes for the Arduino UNO Q — read sensors, drive GPIO, react to MCU events, and expose MCU methods as AI Agent tools.
OpenCode plugin for remote development — sync, tunnel, and dev workflow tools
演示通过sshjs做端口映射
Nodejs utility to read syslog, nginx or apache error log and send them to Graylog or Gelf server via TCP or HTTP
Wizard SSH — beautiful interactive CLI to manage SSH servers, tunnels and ~/.ssh/config: CRUD, fuzzy search, instant connect, forward & reverse tunnels, encrypted password vault. (English / Russian UI)
autossh/@shell tool is used to ssh login and allow automatically login without password
Keep an SSH tunnel alive across drops — a Rust port of Carson Harding's `autossh 1.4g` SSH connection supervisor. Tokio-based supervisor, `-M <port>` monitor-port heartbeat (or `-M 0` exit-only respawn), `AUTOSSH_*` env-var surface incl. `AUTOSSH_MESSAGE` byte-identical wire format, Unix `-f` daemonize + Windows `DETACHED_PROCESS` analogue, SIGTERM/SIGUSR1/SIGHUP handling on Unix, byte-equal Strict-mode upstream compatibility, and a typed library API.
autossh/@shell tool is used to ssh login and allow automatically login without password
autossh/@shell library is used to ssh login and allow automatically login without password
Persistent TTY sessions over Unix domain sockets
A modern rewrite of autossh
An SSH connection helper
An autossh tunnel manager, written in Ruby