Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 364 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 364 Bytes

pm2-ssh

SSH to your server with a browser.

Install

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

Then type the default auth

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

License

MIT