sshpiper, The missing reverse proxy for ssh scp.
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
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.
- Select Network to enter its submenu.
- Enable sshpiper by moving the cursor to it and pressing Y.
- Select Exit to exit.
make package/sshpiper/{clean,compile} V=s
Copy the generated ipk file into OpenWrt, and install with opkg.
opkg install sshpiper_*.ipk
TBD.
TBD.