1.0.8 • Published 7 years ago

sshex v1.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Why

  • Download / upload files in the middle of an SSH session
  • Tunnel an SSH connection through an HTTPS / SOCKS5 proxy or another SSH server
  • Native MSYS / Cygwin support

Install

npm install -g sshex
sshex --help

Examples

Debug an image-generating program remotely:

sshex user@example.com
cd my_awesome_project
make test
<CTRL+Q>get result.png

Connect to a swarm worker behind a swarm manager from behind your corporation firewall:

sshex --via http://proxy.your.corporation.com --via ssh://user@that.swarm.manager.com root@${WORKER_IP_ADDRESS}
1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago