Skip to content

yetone/pm2-ssh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 set pm2-ssh:username foo

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

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

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

Uninstall

$ pm2 uninstall pm2-ssh

License

MIT

About

SSH to your server with a browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%