pm2-ssh
v1.18.0
Published
This is a POC of the upcoming module system for PM2.
Downloads
18
Readme
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.
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