pm2-ssh

1.18.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i pm2-ssh

Weekly Downloads

1

Version

1.18.0

License

ISC

Last publish

Collaborators

  • tknew