1.0.8 • Published 8 years ago

sshex v1.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago