0.0.1 • Published 9 years ago

remote-through-proxy v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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"