Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 590 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 590 Bytes

OpenSSH-Setup

setups openSSH on termux

Install

Install the git package
pkg install git

Now clone the repository
git clone https://github.com/kapitankuka2011/openssh-setup

Now change directory to the dir
cd openssh-setup

Now lets make it to be a executable
chmod +x setup.sh

Now run it
./setup.sh
And thats it!

One Command Install

pkg install git && git clone https://github.com/kapitankuka2011/openssh-setup && cd openssh-setup && chmod +x setup.sh && ./setup.sh

Uninstall

idk maybe pkg remove openssh?