@shopee-data/tunnel

0.0.5 • Public • Published

Configure Your Host

!Note: Make sure that you have permission to access to the following jump hosts

Append the jumphost aliases into /etc/hosts

103.115.76.108 shopee-jump-host00
103.115.76.123 shopee-jump-host01

Configure SSH Config

Add the shopee-de-jump host into ~/.ssh/config

Host shopee-de-jump
    HostName shopee-jump-host00
    # !NOTE change `yaguang.liu` to your jumphost username.
    # jumphost username, not localhost username
    User yaguang.liu
    IdentityFile ~/.ssh/id_rsa

Run

npm install @shopee-data/tunnel -g

shopee-tunnel -p `pwd`/config/proxy.js

Readme

Keywords

none

Package Sidebar

Install

npm i @shopee-data/tunnel

Weekly Downloads

1

Version

0.0.5

License

ISC

Unpacked Size

2.12 kB

Total Files

3

Last publish

Collaborators

  • liuxiang