Code Monkey home page Code Monkey logo

sshpiper-openwrt's Introduction

sshpiper on OpenWrt

sshpiper, The missing reverse proxy for ssh scp.

Build

1. Add sshpiper feed

Assuming OPENWRT_TOP_SRCDIR is the root of openwrt sources.

echo src-link sshpiper "$(pwd)/sshpiper" >> ${OPENWRT_TOP_SRCDIR}/feeds.conf
cd "${OPENWRT_TOP_SRCDIR}"
./scripts/feeds update sshpiper
./scripts/feeds install sshpiper

2. Enable sshpiper

sshpiper is not selected by default, so use menuconfig to select sshpiper.

make menuconfig

In the configure window, use the Up and Down keys to move the cursor and the Left and Right keys to choose an action.

  1. Select Network to enter its submenu.
  2. Enable sshpiper by moving the cursor to it and pressing Y.
  3. Select Exit to exit.

3. Build sshpiper

make package/sshpiper/{clean,compile} V=s

4. Install

Copy the generated ipk file into OpenWrt, and install with opkg.

opkg install sshpiper_*.ipk

Usage

TBD.

Test

TBD.

sshpiper-openwrt's People

Contributors

ihidchaos avatar

Stargazers

Callum Gare avatar Boshi Lian avatar

Watchers

Callum Gare avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.