remote-through-proxy
v0.0.1
Published
Securely execute selected shell scripts through a HTTPS proxy
Downloads
4
Maintainers
Readme
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"