Stop using ssh (Use this instead) | Shellinabox

 


SSH Or (Secure Shell) is the best tool to remotely access your machine, but to conect to SSH we need ssh client installed and thats annoying because we need  to install ssh client on every machine from which we want to to ssh, So here's a solution for that, it is something called shellinabox this utility allows you to connect to ssh through your browser without any need of ssh clients and any browser extensions.


So Here I am running Ubuntu, you can install it on any linux distribution and even on termux,
So to install it, first make sure that your repositories are up-to-date,


sudo apt update


Then install openssl and shellinbox,


sudo apt install openssl shellinabox


And thats it, its installed, To start using it execute


shellinaboxd -b  -p 2222 --css=/etc/shellinabox/options-enabled/"00_White On Black.css"


-b is to run it in background
-p to specify the port
--css to change style


Now open your browser and go to https://<Your IP>:2222

It will give you a warning, just ignore it and contine to the site,
Then enter your username and password,
And thats it we are accessing ssh from our browser,


Now To stop this service just execute


pkill -f shellinaboxd

Post a Comment (0)
Previous Post Next Post