Last active
April 26, 2018 20:08
-
-
Save TangentFoxy/bc62891a9d7da488e7fc9da0a16f4c06 to your computer and use it in GitHub Desktop.
Easy-to-use install script for shellinabox. https://github.com/shellinabox/shellinabox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf -y | |
sudo apt-get install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf -y # duplicated because errors I encountered that were fixed by just running it again | |
git clone https://github.com/shellinabox/shellinabox.git | |
cd shellinabox | |
autoreconf -i | |
autoreconf -i # duplicated beause errors I encountered that were fixed by just running it again | |
./configure | |
make | |
dpkg-buildpackage -b | |
dpkg -i ../shellinabox*.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An example config for proxying to this with a trusted certificate:
This would be placed in a file within
/etc/nginx/sites-enabled/