remote-through-proxy

0.0.1 • Public • Published

Remote execution through HTTPS proxy

Securely execute selected shell scripts through a HTTPS proxy

Why?

  • Corporate firewall and HTTPS proxy
  • Allow only certain commands to be executed

Installation & Setup

  • npm install -g remote-through-proxy

  • remote-through-proxy client server.com "a.sh b.sh"

  • remote-through-proxy server -p 7070

  • remote-through-proxy -cmd "ls -a"

  • remote-through-proxy -server 443

  • remote-through-proxy -client https://server.com/socket -accept "ls pwd"

Package Sidebar

Install

npm i remote-through-proxy

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • erikxiv