1.18.0 • Published 10 years ago

pm2-ssh v1.18.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 years ago

This is a POC of the upcoming module system for PM2.

pm2-ssh

Expose a web console from your server with this pm2 plugin. HTTPS capable with username/password authentication. Powered by tty.js

Need PM2 +0.12.7.

PM2 SSH

Install

$ npm install pm2 -g

$ pm2 install pm2-ssh
$ google-chrome http://localhost:8080

Username: foo Password: bar

Configure

# Changer user
$ pm2 conf pm2-ssh:username foo

# Change password
$ pm2 conf pm2-ssh:password bar

# Change port
$ pm2 conf pm2-ssh:port 7890

# Use https
$ pm2 conf pm2-ssh:https true

Uninstall

$ pm2 uninstall pm2-ssh

License

MIT

1.18.0

10 years ago

1.17.0

10 years ago

1.15.0

10 years ago

1.14.0

10 years ago

1.13.0

10 years ago

1.12.0

10 years ago

1.11.0

10 years ago

1.10.0

10 years ago

1.9.0

10 years ago

1.8.0

10 years ago

1.5.0

10 years ago

1.4.0

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago