1.1.2 • Published 8 years ago

ssh-live v1.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

js-standard-style NPM version

ssh-live

Let others watch your SSH session live via HTTP

Runs SSH and starts a local HTTP server to redirect STDOUT/STDERR to remote web clients in real-time.

Installation

  npm install -g ssh-live

Usage

  Usage: ssh-live [options] [hop...] user@hostname[:port]

  Options:

    -h, --help                output usage information
    -l, --logfile <filename>  log http request to file
    -p, --port <port>         http listen port - defaults to 8080

  Example:
    ssh-live foo@bar

  Example using multiple hops:
    ssh-live -p 8080 user1@hop1:2233 user2@hop2 user3@final-dest
1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago